Re: [PATCH v7 12/31] merge-recursive: move the get_renames() function
From: Stefan Beller <hidden> Date: 2018-02-05 18:57:53
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.
Does that sound better?
Yeah, that sounds perfect (no red flags on reading)
Thanks!