1GIT-COUNT-OBJECTS(1) Git Manual GIT-COUNT-OBJECTS(1)
2
3
4
6 git-count-objects - Count unpacked number of objects and their disk
7 consumption
8
10 git-count-objects [-v]
11
13 This counts the number of unpacked object files and disk space consumed
14 by them, to help you decide when it is a good time to repack.
15
17 -v
18 In addition to the number of loose objects and disk space consumed,
19 it reports the number of in-pack objects, number of packs, and
20 number of objects that can be removed by running git-prune-packed.
21
23 Written by Junio C Hamano <junkio@cox.net>
24
26 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
27
29 Part of the git(7) suite
30
31
32
33
34Git 1.5.3.3 10/09/2007 GIT-COUNT-OBJECTS(1)