While I\'ve been using git
for a few years, my local git
has recently been producing a new message (I\'m presuming due to the growth of the repository)
Note: the message itself (completed with %d local objects
) is not new, and was introduced in commit a984a06, Nov. 2007, Git v1.5.4-rc0
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.