Re: [PATCH 20/29] blame: rework methods that determine 'final' commit

2017-05-24 Thread Junio C Hamano
Jeff Smith writes: > Either prepare_initial or prepare_final is used to determine which > commit is marked as 'final'. Call the underlying methods directly to > make this more clear. > > Signed-off-by: Jeff Smith > --- > builtin/blame.c | 49 +++-- >

[PATCH 20/29] blame: rework methods that determine 'final' commit

2017-05-23 Thread Jeff Smith
Either prepare_initial or prepare_final is used to determine which commit is marked as 'final'. Call the underlying methods directly to make this more clear. Signed-off-by: Jeff Smith --- builtin/blame.c | 49 +++-- 1 file changed, 23 insertions(+), 26