merge-recursive: Move handling of double rename of one file to two
Move the handling of rename/rename conflicts where one file is renamed to
two different files, from process_renames() to process_df_entry().
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Elijah Newren14 years agocommitted byJunio C Hamano
@ -652,7 +652,7 @@ test_expect_success 'setup rename of one file to two, with directories in the wa
@@ -652,7 +652,7 @@ test_expect_success 'setup rename of one file to two, with directories in the wa
git commit -m "Put one/file in the way, rename to two"
'
test_expect_failure 'check handling of differently renamed file with D/F conflicts' '
test_expect_success 'check handling of differently renamed file with D/F conflicts' '