Correct output of git-count-objects.
commitbfd083b734fe812b347ee71dca416d2bcfa87480
authorMikael Magnusson <mikachu@gmail.com>
Mon, 8 Sep 2008 17:56:32 +0000 (8 19:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2008 21:25:43 +0000 (8 14:25 -0700)
treebc17ae0b8205f31dece1d65b2c7c02ca6eba345e
parente705d757bde06c2e523fc5bbbbf62bbb7c2234e9
Correct output of git-count-objects.

The non-verbose output was not changed in fdb2a2a (compat: introduce
on_disk_bytes(), 2008-08-18) which caused git-count-objects to claim 512
times too much space used for loose objects.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-count-objects.c