summaryrefslogtreecommitdiffstats
path: root/git-count-objects.html
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.html
parent46338f57d48fac86cd37a48fc6cb4b4219cea276 (diff)
downloadgit-htmldocs-88a3a070894a23a10133fee89065cb27199cf58b.tar.gz
Autogenerated HTML docs for v1.3.2-g5892
Diffstat (limited to 'git-count-objects.html')
-rw-r--r--git-count-objects.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/git-count-objects.html b/git-count-objects.html
index 6dc8744f9..b3af15b9b 100644
--- a/git-count-objects.html
+++ b/git-count-objects.html
@@ -272,13 +272,29 @@ git-count-objects(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-count-objects</em></p>
+<p><em>git-count-objects</em> [-v]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>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.</p>
</div>
+<h2>OPTIONS</h2>
+<div class="sectionbody">
+<dl>
+<dt>
+-v
+</dt>
+<dd>
+<p>
+ 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 <tt>git-prune-packed</tt>.
+</p>
+</dd>
+</dl>
+</div>
<h2>Author</h2>
<div class="sectionbody">
<p>Written by Junio C Hamano &lt;junkio@cox.net&gt;</p>
@@ -293,7 +309,7 @@ them, to help you decide when it is a good time to repack.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 10-Mar-2006 00:31:23 UTC
+Last updated 04-May-2006 08:01:36 UTC
</div>
</div>
</body>