nicer display of thin pack completion
commita984a06a07cdd0a843eb6107ad56e346d99ac840
authorNicolas Pitre <nico@cam.org>
Thu, 8 Nov 2007 20:45:41 +0000 (8 15:45 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Nov 2007 23:43:41 +0000 (8 15:43 -0800)
treebecc999b97530e57e9fa3941914f8473a8d67b24
parent53ed7b5a5d7a0ad2ffafd4a4ba4a7861f5db624e
nicer display of thin pack completion

In the same spirit of prettifying Git's output display for mere mortals,
here's a simple extension to the progress API allowing for a final
message to be provided when terminating a progress line, and use it for
the display of the number of objects needed to complete a thin pack,
saving yet one more line of screen display.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
index-pack.c
progress.c
progress.h