]> git.ipfire.org Git - thirdparty/git.git/commit - merge-recursive.c
merge-recursive: move the get_renames() function
authorElijah Newren <newren@gmail.com>
Thu, 19 Apr 2018 17:57:59 +0000 (10:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Apr 2018 01:44:15 +0000 (10:44 +0900)
commit9ba915577ff8bd0ef4677d7d6b5de857be52a108
treec300e16350fec1a45a886d0f502f9574e6625570
parenta7a436042a272cb48641a8aa658ca01329790a9f
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