]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-count-objects.txt
Update draft release notes to 1.8.2
[thirdparty/git.git] / Documentation / git-count-objects.txt
CommitLineData
215a7ad1
JH
1git-count-objects(1)
2====================
7fc9d69f
JH
3
4NAME
5----
c3f0baac 6git-count-objects - Count unpacked number of objects and their disk consumption
7fc9d69f
JH
7
8SYNOPSIS
9--------
7791a1d9 10[verse]
b1889c36 11'git count-objects' [-v]
7fc9d69f
JH
12
13DESCRIPTION
14-----------
52a22d1e
LAS
15This counts the number of unpacked object files and disk space consumed by
16them, to help you decide when it is a good time to repack.
7fc9d69f 17
468eb79e
JH
18
19OPTIONS
20-------
21-v::
459cf2e9 22--verbose::
468eb79e
JH
23 In addition to the number of loose objects and disk
24 space consumed, it reports the number of in-pack
f2238249
MG
25 objects, number of packs, disk space consumed by those packs,
26 and number of objects that can be removed by running
27 `git prune-packed`.
468eb79e 28
7fc9d69f
JH
29GIT
30---
9e1f0a85 31Part of the linkgit:git[1] suite