git-unpack-objects: show progress report by default
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 9 Jul 2005 17:43:02 +0000 (10:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 9 Jul 2005 17:43:02 +0000 (10:43 -0700)
commitd36f7b805eccaf702c0be1c00d034711d0da1f77
tree4c97890470f11774806c42d6d8869905497cd3b1
parent1855c044629a02488baa1bd25ae45341da33bd4e
git-unpack-objects: show progress report by default

This ends up being very calming for big "git clone"s, since otherwise
you just get very frustrated with a long silence, wondering whether it's
working at all.

Use "-q" to quiet it down.

Now if we could just do the same for the initial "figure out what to
pack" phase, which can also be quite slow if the other end is busy (or
not packed and not in cache)...
unpack-objects.c