commit | a984a06a07cdd0a843eb6107ad56e346d99ac840 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Thu Nov 08 15:45:41 2007 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Nov 08 15:43:41 2007 -0800 |
tree | becc999b97530e57e9fa3941914f8473a8d67b24 | |
parent | 53ed7b5a5d7a0ad2ffafd4a4ba4a7861f5db624e [diff] |
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>