]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'en/merge-rename-rename-worktree-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2020 15:33:27 +0000 (08:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2020 15:33:27 +0000 (08:33 -0700)
When a binary file gets modified and renamed on both sides of history
to different locations, both files would be written to the working
tree but both would have the contents from "ours".  This has been
corrected so that the path from each side gets their original content.

* en/merge-rename-rename-worktree-fix:
  merge-recursive: fix rename/rename(1to2) for working tree with a binary


Trivial merge