aboutsummaryrefslogtreecommitdiff
path: root/git-repack.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-12 15:00:13 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-12 15:10:29 -0800
commitb60daf0515889ca75f88f1d4d49a6a9c4117ba36 (patch)
tree2a51df5279f109da473efb03b8a85434e2f68e83 /git-repack.sh
parentf215f27013e785ac11bf1190d0c03ba870faf080 (diff)
downloadgit-b60daf0515889ca75f88f1d4d49a6a9c4117ba36.tar.gz
git-b60daf0515889ca75f88f1d4d49a6a9c4117ba36.tar.xz
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-xgit-repack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repack.sh b/git-repack.sh
index 375434b1d..da8e67f7a 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