On Sun, Apr 24, 2016 at 8:34 PM, Christian Couder <christian.couder@xxxxxxxxx> wrote: > Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> > --- > apply.c | 4678 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- > apply.h | 19 + > builtin/apply.c | 4677 ------------------------------------------------------ > 3 files changed, 4695 insertions(+), 4679 deletions(-) Maybe if you can rearrange functions in the right order in builtin/apply.c first and move everything in one patch (i.e. apply.c is created here), rename detection kicks in realizes apply.c is a rename of (old) builtin/apply.c and only shows the diff of (new) builtin/apply.c which is about 90 lines... I haven't tested if this is true though. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html