Re: [PATCH 23/29] blame: create entry prepend function

2017-05-24 Thread Junio C Hamano
Jeff Smith writes: > Create function that populates a blame_entry and prepends it to a list. > > Signed-off-by: Jeff Smith > --- > builtin/blame.c | 25 +++-- > 1 file changed, 15 insertions(+), 10 deletions(-) > > diff --git

[PATCH 23/29] blame: create entry prepend function

2017-05-23 Thread Jeff Smith
Create function that populates a blame_entry and prepends it to a list. Signed-off-by: Jeff Smith --- builtin/blame.c | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/builtin/blame.c b/builtin/blame.c index fd41551..29771b7