2005-09-08 04:26:23 +04:00
|
|
|
git-count-objects(1)
|
|
|
|
====================
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2007-01-19 02:53:37 +03:00
|
|
|
git-count-objects - Count unpacked number of objects and their disk consumption
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 06:38:26 +04:00
|
|
|
[verse]
|
2008-06-30 10:09:04 +04:00
|
|
|
'git count-objects' [-v]
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2005-08-27 05:18:48 +04:00
|
|
|
This counts the number of unpacked object files and disk space consumed by
|
|
|
|
them, to help you decide when it is a good time to repack.
|
2005-08-23 12:49:47 +04:00
|
|
|
|
2006-05-02 10:05:39 +04:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
-v::
|
2008-06-08 05:36:10 +04:00
|
|
|
--verbose::
|
2006-05-02 10:05:39 +04:00
|
|
|
In addition to the number of loose objects and disk
|
|
|
|
space consumed, it reports the number of in-pack
|
2008-08-15 08:20:20 +04:00
|
|
|
objects, number of packs, disk space consumed by those packs,
|
|
|
|
and number of objects that can be removed by running
|
|
|
|
`git prune-packed`.
|
2006-05-02 10:05:39 +04:00
|
|
|
|
2005-08-23 12:49:47 +04:00
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 11:07:32 +04:00
|
|
|
Part of the linkgit:git[1] suite
|