6 git-count-objects - Reports on unpacked objects
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.
21 In addition to the number of loose objects and disk
22 space consumed, it reports the number of in-pack
23 objects, and number of objects that can be removed by
24 running `git-prune-packed`.
29 Written by Junio C Hamano <junkio@cox.net>
33 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
37 Part of the gitlink:git[7] suite