cache-tree: create/update cache-tree on checkout
authorDavid Turner <dturner@twopensource.com>
Sun, 6 Jul 2014 04:06:56 +0000 (21:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jul 2014 19:30:34 +0000 (12:30 -0700)
When git checkout checks out a branch, create or update the
cache-tree so that subsequent operations are faster.

update_main_cache_tree learned a new flag, WRITE_TREE_REPAIR. When
WRITE_TREE_REPAIR is set, portions of the cache-tree which do not
correspond to existing tree objects are invalidated (and portions which
do are marked as valid). No new tree objects are created.

Signed-off-by: David Turner <dturner@twitter.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found