Merge branch 'ap/strbuf-humanize'
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2013 20:31:26 +0000 (13:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2013 20:31:27 +0000 (13:31 -0700)
Teach "--human-readable" aka "-H" option to "git count-objects" to
show various large numbers in Ki/Mi/GiB scaled as necessary.

* ap/strbuf-humanize:
count-objects: add -H option to humanize sizes
strbuf: create strbuf_humanise_bytes() to show byte sizes

Trivial merge