]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/trivial-threeway-binary-merge'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Sep 2021 20:15:26 +0000 (13:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Sep 2021 20:15:26 +0000 (13:15 -0700)
The "git apply -3" code path learned not to bother the lower level
merge machinery when the three-way merge can be trivially resolved
without the content level merge.

* jc/trivial-threeway-binary-merge:
  apply: resolve trivial merge without hitting ll-merge with "--3way"

1  2 
apply.c

diff --cc apply.c
Simple merge