]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6423-merge-rename-directories.sh
t642[23]: be more flexible for add/add conflicts involving pair renames
authorElijah Newren <newren@gmail.com>
Mon, 10 Aug 2020 22:29:18 +0000 (22:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Aug 2020 22:59:01 +0000 (15:59 -0700)
commite8eb99d4a6b2505c15a2be916d611f4e7f9cde2f
tree9ce19d69a7ec74de241e06b9583dc2c232f3323d
parent2a7c16c9802b25de3497f60b2f3776d1a02477bb
t642[23]: be more flexible for add/add conflicts involving pair renames

Much like the last commit accepted 'add/add' and 'rename/add'
interchangably, we also want to do the same for 'add/add' and
'rename/rename'.  This also allows us to avoid the ambiguity in meaning
with 'rename/rename' (is it two separate files renamed to the same
location, or one file renamed on both sides but differently)?

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6422-merge-rename-corner-cases.sh
t/t6423-merge-rename-directories.sh