• J
    Merge branch 'en/merge-trivial-fix' · f276cae1
    Junio C Hamano 提交于
    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
    f276cae1
merge.c 44.3 KB