add storage size output to 'git verify-pack -v'
commit5f4347bba39ddb147b06913ac263fc46954d2d0b
authorNicolas Pitre <nico@cam.org>
Thu, 28 Feb 2008 05:25:20 +0000 (28 00:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Mar 2008 09:44:46 +0000 (1 01:44 -0800)
tree14625a65b23ed1892c9c8de5c86f02e1523fe5d0
parent70f5d5d31cbf0ba273083805124ad67135142527
add storage size output to 'git verify-pack -v'

This can possibly break external scripts that depend on the previous
output, but those script can't possibly be critical to Git usage, and
fixing them should be trivial.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-verify-pack.txt
contrib/stats/packinfo.pl
pack-check.c