$ 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.