2005-09-08 04:26:23 +04:00
|
|
|
git-count-objects(1)
|
|
|
|
====================
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2006-03-09 19:24:50 +03:00
|
|
|
git-count-objects - Reports on unpacked objects
|
2005-08-23 12:49:47 +04:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2006-05-02 10:05:39 +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::
|
|
|
|
In addition to the number of loose objects and disk
|
|
|
|
space consumed, it reports the number of in-pack
|
2006-12-27 12:04:03 +03:00
|
|
|
objects, number of 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
|
|
|
Author
|
|
|
|
------
|
|
|
|
Written by Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2005-09-19 14:10:51 +04:00
|
|
|
Part of the gitlink:git[7] suite
|
2005-08-23 12:49:47 +04:00
|
|
|
|