commit | ce7c614bceedf0c0169dd5b02cae3e33ee45acdd | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Fri Jun 13 19:19:42 2014 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 13 11:49:41 2014 -0700 |
tree | f4299db57da7bafc4d38a6b3d0bea85cb214b4c7 | |
parent | 76b07b37a3fff15ce4852bd070a610b651c42e77 [diff] |
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>