]> git.ipfire.org Git - thirdparty/git.git/commit
blame: move progress updates to a scoreboard callback
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:26 +0000 (00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 May 2017 04:08:08 +0000 (13:08 +0900)
commit8c59921dbf99cd19f1311a4eb1213312fdb41905
tree97d4d254bca5e215bf1a2d759e9e224570b9b419
parent4149c1860b10512cf32410c1f71311a23dc97f07
blame: move progress updates to a scoreboard callback

Allow the interface user to decide how to handle a progress update.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c