Re: [PATCH v7 12/31] merge-recursive: move the get_renames() function

2018-02-05 Thread Stefan Beller
> 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,

Re: [PATCH v7 12/31] merge-recursive: move the get_renames() function

2018-02-02 Thread Stefan Beller
On Tue, Jan 30, 2018 at 3:25 PM, Elijah Newren wrote: > I want to re-use some other functions in the file without moving those > other functions or dealing with a handful of annoying split function > declarations and definitions. git log --grep "I want" --format="%ad %an

[PATCH v7 12/31] merge-recursive: move the get_renames() function

2018-01-30 Thread Elijah Newren
I want to re-use some other functions in the file without moving those other functions or dealing with a handful of annoying split function declarations and definitions. Signed-off-by: Elijah Newren --- merge-recursive.c | 139