author | Junio C Hamano <junkio@cox.net> | |
Wed, 27 Dec 2006 09:04:03 +0000 (01:04 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 27 Dec 2006 09:05:00 +0000 (01:05 -0800) | ||
commit | ae72f685418b79bbd67e1017c5b1ac7d731c042e | |
tree | 527b09ab4f3d01fc91ca1f10a6deadffcc01ce14 | tree | snapshot |
parent | e8b4029f990907e24fac0e7772ee19ee6dd55c1c | commit | diff |
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>
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 | diff | blob | history | |
builtin-count-objects.c | diff | blob | history |