merge-recursive: move the get_renames() function
commita706e8f6fc19c5f94108fd2253993b7e4e9b34d8
authorElijah Newren <newren@gmail.com>
Wed, 14 Feb 2018 18:51:49 +0000 (14 10:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:02:52 +0000 (14 13:02 -0800)
tree071a0468c3e3f57c6934edbeea61f8a17ed65d39
parente04d4a23d8d479802e9943b41ab74465906e5b0d
merge-recursive: move the get_renames() function

Move this function so it can re-use some others (without either
moving all of them or adding an annoying split between function
declarations and definitions).  Cheat slightly by adding a blank line
for readability, and in order to silence checkpatch.pl.

Reviewed-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c