#781272 git gc only has messages saying what it is doing during some parts of its progress

Package:
git
Source:
git
Description:
fast, scalable, distributed revision control system
Submitter:
積丹尼 Dan Jacobson
Date:
2015-03-26 19:18:06 UTC
Severity:
wishlist
#781272#5
Date:
2015-03-26 19:14:58 UTC
From:
To:
$ git gc
Counting objects: 550056, done. #this part is good, the user sees
#messages about what is happening all during this phase.

#Now we enter a phase where the user sees no messages and does not know
#what the program is doing. Bad.

#OK, now we see
Compressing objects:   0% (529/136179)...
#good!

#I didn't test further.