gitk: Second try to work around the command line limit on Windows
[git/dscho.git] / Documentation / git-count-objects.txt
blob6bc1c21e6283284e2eae16d7ec4cb8183d8e0851
1 git-count-objects(1)
2 ====================
4 NAME
5 ----
6 git-count-objects - Count unpacked number of objects and their disk consumption
8 SYNOPSIS
9 --------
10 'git count-objects' [-v]
12 DESCRIPTION
13 -----------
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.
18 OPTIONS
19 -------
20 -v::
21 --verbose::
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
26         `git prune-packed`.
29 Author
30 ------
31 Written by Junio C Hamano <gitster@pobox.com>
33 Documentation
34 --------------
35 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
37 GIT
38 ---
39 Part of the linkgit:git[1] suite