summaryrefslogtreecommitdiffstats
path: root/git-count-objects.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-04 08:01:43 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-04 08:01:43 +0000
commit88a3a070894a23a10133fee89065cb27199cf58b (patch)
treece80a5378683f31c78820f42efa191f021c785b3 /git-count-objects.txt
parent46338f57d48fac86cd37a48fc6cb4b4219cea276 (diff)
downloadgit-htmldocs-88a3a070894a23a10133fee89065cb27199cf58b.tar.gz
Autogenerated HTML docs for v1.3.2-g5892
Diffstat (limited to 'git-count-objects.txt')
-rw-r--r--git-count-objects.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/git-count-objects.txt b/git-count-objects.txt
index 47216f488..198ce77a8 100644
--- a/git-count-objects.txt
+++ b/git-count-objects.txt
@@ -7,13 +7,23 @@ git-count-objects - Reports on unpacked objects
SYNOPSIS
--------
-'git-count-objects'
+'git-count-objects' [-v]
DESCRIPTION
-----------
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.
+
+OPTIONS
+-------
+-v::
+ In addition to the number of loose objects and disk
+ space consumed, it reports the number of in-pack
+ objects, and number of objects that can be removed by
+ running `git-prune-packed`.
+
+
Author
------
Written by Junio C Hamano <junkio@cox.net>