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 /Makefile | |
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 '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 |