Re: [PATCH 18/29] blame: move progess updates to a scoreboard callback

2017-05-24 Thread Junio C Hamano
Jeff Smith <whydo...@gmail.com> writes: > Subject: Re: [PATCH 18/29] blame: move progess updates to a scoreboard > callback s/progess/progress/ (I can do this on my end). > Allow the interface user to decide how to handle a progress update. > > Signed-off-by: Jeff Smit

[PATCH 18/29] blame: move progess updates to a scoreboard callback

2017-05-23 Thread Jeff Smith
Allow the interface user to decide how to handle a progress update. Signed-off-by: Jeff Smith --- builtin/blame.c | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/builtin/blame.c b/builtin/blame.c index 1b53325..d05907b 100644