Make git-prune-packed a bit more chatty.
commitb60daf0515889ca75f88f1d4d49a6a9c4117ba36
authorJunio C Hamano <junkio@cox.net>
Fri, 12 Jan 2007 23:00:13 +0000 (12 15:00 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 12 Jan 2007 23:10:29 +0000 (12 15:10 -0800)
tree2a51df5279f109da473efb03b8a85434e2f68e83
parentf215f27013e785ac11bf1190d0c03ba870faf080
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>
Documentation/git-prune-packed.txt
builtin-prune-packed.c
git-repack.sh