]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-count-objects.txt
count-objects: add -H option to humanize sizes
authorAntoine Pelisse <apelisse@gmail.com>
Wed, 10 Apr 2013 19:03:24 +0000 (21:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Apr 2013 20:27:26 +0000 (13:27 -0700)
commit1918225d2fce49c830b41b8c7907229638ae2825
tree5272ebf415ca69e19b4b2501847a1043dc1b73c6
parent079b546a2940a84989893254a318c8414e13a13e
count-objects: add -H option to humanize sizes

Use the new humanize() function to print loose objects size, pack size,
and garbage size in verbose mode, or loose objects size in regular mode.
This patch doesn't change the way anything is displayed when the option
is not used.

Also update the documentation.

Signed-off-by: Antoine Pelisse <apelisse@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-count-objects.txt
builtin/count-objects.c