]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/no-diff-emit-common'
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2016 21:37:14 +0000 (13:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2016 21:37:14 +0000 (13:37 -0800)
"git merge-tree" used to mishandle "both sides added" conflict with
its own "create a fake ancestor file that has the common parts of
what both sides have added and do a 3-way merge" logic; this has
been updated to use the usual "3-way merge with an empty blob as
the fake common ancestor file" approach used in the rest of the
system.

* jk/no-diff-emit-common:
  xdiff: drop XDL_EMIT_COMMON
  merge-tree: drop generate_common strategy
  merge-one-file: use empty blob for add/add base

1  2 
git-merge-one-file.sh
merge-blobs.c

Simple merge
diff --cc merge-blobs.c
Simple merge