split-index: do not invalidate cache-tree at read time
commitce7c614bceedf0c0169dd5b02cae3e33ee45acdd
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 13 Jun 2014 12:19:42 +0000 (13 19:19 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Jun 2014 18:49:41 +0000 (13 11:49 -0700)
treef4299db57da7bafc4d38a6b3d0bea85cb214b4c7
parent76b07b37a3fff15ce4852bd070a610b651c42e77
split-index: do not invalidate cache-tree at read time

We are sure that after merge_base_index() is done. cache-tree can
still be used with the final index. So don't destroy cache tree.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
read-cache.c
split-index.c