diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-12-19 16:05:20 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-19 16:05:20 -0800 |
commit | 33e7fefef6b68b300870e04904ad1db48be9b580 (patch) | |
tree | 2ec6cf691b2f86aa0830c6f2927ac661bf3db87e /.gitignore | |
parent | 367d20ec6b9e8e297537f665fb528346bd0aff27 (diff) | |
parent | 6c52ec8a9ab48b50fc8bf9559467d5a4cf7eee3b (diff) | |
download | git-33e7fefef6b68b300870e04904ad1db48be9b580.tar.gz |
Merge branch 'tr/cache-tree'
* tr/cache-tree:
reset: update cache-tree data when appropriate
commit: write cache-tree data when writing index anyway
Refactor cache_tree_update idiom from commit
Test the current state of the cache-tree optimization
Add test-scrap-cache-tree
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b7a3f9876..3b7680ea1e 100644 --- a/.gitignore +++ b/.gitignore @@ -175,6 +175,7 @@ /test-date /test-delta /test-dump-cache-tree +/test-scrap-cache-tree /test-genrandom /test-index-version /test-line-buffer |