diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-12 15:00:13 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-12 15:10:29 -0800 |
commit | b60daf0515889ca75f88f1d4d49a6a9c4117ba36 (patch) | |
tree | 2a51df5279f109da473efb03b8a85434e2f68e83 /git-repack.sh | |
parent | f215f27013e785ac11bf1190d0c03ba870faf080 (diff) | |
download | git-b60daf0515889ca75f88f1d4d49a6a9c4117ba36.tar.gz |
Make git-prune-packed a bit more chatty.
Steven Grimm noticed that git-repack's verbosity is inconsistent
because pack-objects is chatty and prune-packed is not. This
makes the latter a bit more chatty and gives -q option to
squelch it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-repack.sh')
-rwxr-xr-x | git-repack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repack.sh b/git-repack.sh index 375434b1dc..da8e67f7a5 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -110,7 +110,7 @@ then done ) fi - git-prune-packed + git-prune-packed $quiet fi case "$no_update_info" in |