blob: e1219b3167a791062ba56c057a9a2e92c840b649 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-count-objects(1)
2====================
3
4NAME
5----
Junio C Hamano7c73c662007-01-19 00:37:506git-count-objects - Count unpacked number of objects and their disk consumption
Junio C Hamano1a4e8412005-12-27 08:17:237
8SYNOPSIS
9--------
Junio C Hamano88a3a072006-05-04 08:01:4310'git-count-objects' [-v]
Junio C Hamano1a4e8412005-12-27 08:17:2311
12DESCRIPTION
13-----------
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.
16
Junio C Hamano88a3a072006-05-04 08:01:4317
18OPTIONS
19-------
20-v::
21In addition to the number of loose objects and disk
22space consumed, it reports the number of in-pack
Junio C Hamano74640642006-12-27 10:59:5523objects, number of packs, and number of objects that can be
24removed by running `git-prune-packed`.
Junio C Hamano88a3a072006-05-04 08:01:4325
26
Junio C Hamano1a4e8412005-12-27 08:17:2327Author
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---
Junio C Hamanof7c042d2008-06-06 22:50:5337Part of the linkgit:git[1] suite