diff options
author | Thomas Rast <trast@student.ethz.ch> | 2011-12-06 18:43:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-06 14:52:18 -0800 |
commit | 1aed2fe394f45fed7b97e268cfa11d25c3d8da27 (patch) | |
tree | 3a70f5da08bd125fb73dce73a6847d57b6dfe20f /.gitignore | |
parent | 406da7803217998ff6bf5dc69c55b1613556c2f4 (diff) | |
download | git-1aed2fe394f45fed7b97e268cfa11d25c3d8da27.tar.gz |
Add test-scrap-cache-tree
A simple utility that invalidates all existing cache-tree data. We
need this for tests. (We don't need a tool to rebuild the cache-tree
data; git read-tree HEAD works for that.)
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8572c8c0b0..122336c504 100644 --- a/.gitignore +++ b/.gitignore @@ -171,6 +171,7 @@ /test-date /test-delta /test-dump-cache-tree +/test-scrap-cache-tree /test-genrandom /test-index-version /test-line-buffer |