count-objects -v: show number of packs as well.
commitae72f685418b79bbd67e1017c5b1ac7d731c042e
authorJunio C Hamano <junkio@cox.net>
Wed, 27 Dec 2006 09:04:03 +0000 (27 01:04 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 27 Dec 2006 09:05:00 +0000 (27 01:05 -0800)
tree527b09ab4f3d01fc91ca1f10a6deadffcc01ce14
parente8b4029f990907e24fac0e7772ee19ee6dd55c1c
count-objects -v: show number of packs as well.

Recent "git push" keeps transferred objects packed much more aggressively
than before.  Monitoring output from git-count-objects -v for number of
loose objects is not enough to decide when to repack -- having too many
small packs is also a good cue for repacking.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-count-objects.txt
builtin-count-objects.c