blob: 23c80cea6465d23476935abcfabba8e1deb915ee [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 Hamano15567bc2011-07-23 00:51:5910[verse]
Junio C Hamanofce7c7e2008-07-02 03:06:3811'git count-objects' [-v]
Junio C Hamano1a4e8412005-12-27 08:17:2312
13DESCRIPTION
14-----------
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.
17
Junio C Hamano88a3a072006-05-04 08:01:4318
19OPTIONS
20-------
21-v::
Junio C Hamanoeb415992008-06-08 22:49:4722--verbose::
Junio C Hamano88a3a072006-05-04 08:01:4323In addition to the number of loose objects and disk
24space consumed, it reports the number of in-pack
Junio C Hamano3f2f6e52008-08-21 10:34:2225objects, number of packs, disk space consumed by those packs,
26and number of objects that can be removed by running
27`git prune-packed`.
Junio C Hamano88a3a072006-05-04 08:01:4328
Junio C Hamano1a4e8412005-12-27 08:17:2329GIT
30---
Junio C Hamanof7c042d2008-06-06 22:50:5331Part of the linkgit:git[1] suite