blob: 6bc1c21e6283284e2eae16d7ec4cb8183d8e0851 [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 Hamanofce7c7e2008-07-02 03:06:3810'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::
Junio C Hamanoeb415992008-06-08 22:49:4721--verbose::
Junio C Hamano88a3a072006-05-04 08:01:4322In addition to the number of loose objects and disk
23space consumed, it reports the number of in-pack
Junio C Hamano3f2f6e52008-08-21 10:34:2224objects, number of packs, disk space consumed by those packs,
25and number of objects that can be removed by running
26`git prune-packed`.
Junio C Hamano88a3a072006-05-04 08:01:4327
28
Junio C Hamano1a4e8412005-12-27 08:17:2329Author
30------
Junio C Hamano0868a302008-07-22 09:20:4431Written by Junio C Hamano <gitster@pobox.com>
Junio C Hamano1a4e8412005-12-27 08:17:2332
33Documentation
34--------------
35Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
36
37GIT
38---
Junio C Hamanof7c042d2008-06-06 22:50:5339Part of the linkgit:git[1] suite