Merge branch 'ap/strbuf-humanize'
commitd7bffe9fb63185fbac6f4f41e9fb760b4f230a7d
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2013 20:31:26 +0000 (19 13:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2013 20:31:27 +0000 (19 13:31 -0700)
tree6353306a475ac8f5eba346055207e6378607241a
parent4059da335240ab35da6ee9d6f73346eba28fdfc7
parent1918225d2fce49c830b41b8c7907229638ae2825
Merge branch 'ap/strbuf-humanize'

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