count-objects: Add total pack size to verbose output
commitf223824943e23e593b5e9cc647417a4267acc82d
authorMarcus Griep <marcus@griep.us>
Fri, 15 Aug 2008 04:20:20 +0000 (15 00:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 Aug 2008 08:01:42 +0000 (17 01:01 -0700)
tree0ab6216159f97f27ac09e1cd75265e02a1e51871
parent053fd0c1c3da20474c4ff175c56ea4c1d6eeda11
count-objects: Add total pack size to verbose output

Adds the total pack size (including indexes) the verbose count-objects
output, floored to the nearest kilobyte.

Updates documentation to match this addition.

Signed-off-by: Marcus Griep <marcus@griep.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-count-objects.txt
builtin-count-objects.c
t/t5500-fetch-pack.sh