From: Junio C Hamano Date: Wed, 23 Aug 2017 21:13:11 +0000 (-0700) Subject: Merge branch 'kw/commit-keep-index-when-pre-commit-is-not-run' X-Git-Tag: v2.15.0-rc0~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3e034f0f0753126494285d1098e1084ec05d2c4;p=git Merge branch 'kw/commit-keep-index-when-pre-commit-is-not-run' "git commit" used to discard the index and re-read from the filesystem just in case the pre-commit hook has updated it in the middle; this has been optimized out when we know we do not run the pre-commit hook. * kw/commit-keep-index-when-pre-commit-is-not-run: commit: skip discarding the index if there is no pre-commit hook --- c3e034f0f0753126494285d1098e1084ec05d2c4