Merge branch 'mc/count-objects-kibibytes' into next
commitf4e50e8b87283aaf807e24f81ee036e94c3706ea
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2013 21:33:01 +0000 (5 14:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Apr 2013 21:33:02 +0000 (5 14:33 -0700)
tree93443b335daedb1d8304200f025cfbd975852abf
parent426d4e24a97e9f3dfc78363921c3e54f0087f61c
parent44c69657a3daa6a9a187c3abca38931b53a97510
Merge branch 'mc/count-objects-kibibytes' into next

The command reports the total diskspace used to store loose objects
in kibibytes, but it was labelled as "kilobytes".  The number now
is shown with "KiB", e.g. "6750 objects, 50928 KiB".

If you have scripts that decide when to run "git repack" by parsing
the output from "git count-objects", this release may break them.
Sorry about that.  One of the scripts shipped by git-core itself
also had to be adjusted.  You may want to consider updating such
scripts to always call "git gc --auto" to let it decide when to
repack for you.

* mc/count-objects-kibibytes:
  count-objects: output "KiB" instead of "kilobytes"