Make pack creation always fsync() the result
[git/dscho.git] / Documentation / git-count-objects.txt
blob7fb08e93485b9e4bf0a1e249944ab814b00abb27
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         In addition to the number of loose objects and disk
22         space consumed, it reports the number of in-pack
23         objects, number of packs, and number of objects that can be
24         removed by running `git-prune-packed`.
27 Author
28 ------
29 Written by Junio C Hamano <junkio@cox.net>
31 Documentation
32 --------------
33 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
35 GIT
36 ---
37 Part of the linkgit:git[7] suite