]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-update...
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2015 02:18:02 +0000 (19:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2015 02:18:02 +0000 (19:18 -0700)
When re-priming the cache-tree opportunistically while committing
the in-core index as-is, we mistakenly invalidated the in-core
index too aggressively, causing the experimental split-index code
to unnecessarily rewrite the on-disk index file(s).

* dt/commit-preserve-base-index-upon-opportunistic-cache-tree-update:
  commit: don't rewrite shared index unnecessarily


Trivial merge