]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-count-objects.txt
War on whitespace
[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--------
468eb79e 10'git-count-objects' [-v]
7fc9d69f
JH
11
12DESCRIPTION
13-----------
52a22d1e
LAS
14This counts the number of unpacked object files and disk space consumed by
15them, to help you decide when it is a good time to repack.
7fc9d69f 16
468eb79e
JH
17
18OPTIONS
19-------
20-v::
21 In addition to the number of loose objects and disk
22 space consumed, it reports the number of in-pack
ae72f685
JH
23 objects, number of packs, and number of objects that can be
24 removed by running `git-prune-packed`.
468eb79e
JH
25
26
7fc9d69f
JH
27Author
28------
29Written by Junio C Hamano <junkio@cox.net>
30
31Documentation
32--------------
33Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
34
35GIT
36---
a7154e91 37Part of the gitlink:git[7] suite