Re: [PATCH 22/29] blame: create scoreboard setup function

2017-05-24 Thread Junio C Hamano
Jeff Smith writes: > Create function that completes setting up blame_scoreboard structure. > > Signed-off-by: Jeff Smith > --- > builtin/blame.c | 190 > ++-- > 1 file changed, 101 insertions(+), 89

[PATCH 22/29] blame: create scoreboard setup function

2017-05-23 Thread Jeff Smith
Create function that completes setting up blame_scoreboard structure. Signed-off-by: Jeff Smith --- builtin/blame.c | 190 ++-- 1 file changed, 101 insertions(+), 89 deletions(-) diff --git a/builtin/blame.c