diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-12-20 01:05:20 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-20 01:05:20 +0100 |
commit | 33e7fefef6b68b300870e04904ad1db48be9b580 (patch) | |
tree | 2ec6cf691b2f86aa0830c6f2927ac661bf3db87e /Makefile | |
parent | Merge branch 'jk/credentials' (diff) | |
parent | reset: update cache-tree data when appropriate (diff) | |
download | git-33e7fefef6b68b300870e04904ad1db48be9b580.tar.xz git-33e7fefef6b68b300870e04904ad1db48be9b580.zip |
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 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -439,6 +439,7 @@ TEST_PROGRAMS_NEED_X += test-ctype TEST_PROGRAMS_NEED_X += test-date TEST_PROGRAMS_NEED_X += test-delta TEST_PROGRAMS_NEED_X += test-dump-cache-tree +TEST_PROGRAMS_NEED_X += test-scrap-cache-tree TEST_PROGRAMS_NEED_X += test-genrandom TEST_PROGRAMS_NEED_X += test-index-version TEST_PROGRAMS_NEED_X += test-line-buffer |