Re: [PATCH] builtin/merge.c: drop a parameter that is never used

2014-10-24 Thread Jonathan Nieder
Junio C Hamano wrote: > Since the very beginning when we added the "renormalizing" parameter > to this function with 7610fa57 (merge-recursive --renormalize, > 2010-08-05), nobody seems to have ever referenced it. > > Signed-off-by: Junio C Hamano Reviewed-by: Jonathan Nieder > * ... or is th

[PATCH] builtin/merge.c: drop a parameter that is never used

2014-10-24 Thread Junio C Hamano
Since the very beginning when we added the "renormalizing" parameter to this function with 7610fa57 (merge-recursive --renormalize, 2010-08-05), nobody seems to have ever referenced it. Signed-off-by: Junio C Hamano --- * ... or is there any "renormalization" the said commit meant to but for