verify-pack --stat-only: show histogram without verifying
commit6c4f3ec9b477df534cd376f88618a57353f0f0fe
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Aug 2009 22:45:30 +0000 (7 15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Aug 2009 03:45:31 +0000 (7 20:45 -0700)
tree961022b2c846b0a0e3a6c579739539473e4ff6bf
parent7ecc9b153c89aeec7470256f7b121fd845101b57
verify-pack --stat-only: show histogram without verifying

When this option is given, the command does not verify the pack contents,
but shows the delta chain histogram.  If used with --verbose, the usual
list of objects is also shown.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-verify-pack.txt
builtin-verify-pack.c