author | Linus Torvalds <torvalds@g5.osdl.org> | |
Sat, 9 Jul 2005 17:43:02 +0000 (10:43 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Sat, 9 Jul 2005 17:43:02 +0000 (10:43 -0700) | ||
commit | d36f7b805eccaf702c0be1c00d034711d0da1f77 | |
tree | 4c97890470f11774806c42d6d8869905497cd3b1 | tree | snapshot |
parent | 1855c044629a02488baa1bd25ae45341da33bd4e | commit | diff |
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)...
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 | diff | blob | history |