6 git-count-objects - Count unpacked number of objects and their disk consumption
10 'git count-objects' [-v]
14 This counts the number of unpacked object files and disk space consumed by
15 them, to help you decide when it is a good time to repack.
22 In addition to the number of loose objects and disk
23 space consumed, it reports the number of in-pack
24 objects, number of packs, disk space consumed by those packs,
25 and number of objects that can be removed by running
30 Part of the linkgit:git[1] suite