From: Junio C Hamano Date: Mon, 25 Apr 2016 22:17:15 +0000 (-0700) Subject: Merge branch 'en/merge-trivial-fix' X-Git-Tag: v2.9.0-rc0~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f276cae18799ac8df2495b93cf0359a413789891;p=thirdparty%2Fgit.git Merge branch 'en/merge-trivial-fix' When "git merge" notices that the merge can be resolved purely at the tree level (without having to merge blobs) and the resulting tree happens to already exist in the object store, it forgot to update the index, which lead to an inconsistent state for later operations. * en/merge-trivial-fix: builtin/merge.c: fix a bug with trivial merges t7605: add a testcase demonstrating a bug with trivial merges --- f276cae18799ac8df2495b93cf0359a413789891