summaryrefslogtreecommitdiffstats
path: root/git-count-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-19 14:26:57 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-19 14:26:57 -0700
commit7692782cd994796eb7bd0bed592669c5090289bb (patch)
tree655ab8fe687f41ed4743060f65e7e9d74bd65b9b /git-count-objects.html
parentea3b7522a07a46e55d4cee4aa64f7f1459229f0e (diff)
downloadgit-htmldocs-7692782cd994796eb7bd0bed592669c5090289bb.tar.gz
Autogenerated HTML docs for v1.8.2.1-501-gd2949
Diffstat (limited to 'git-count-objects.html')
-rw-r--r--git-count-objects.html22
1 files changed, 17 insertions, 5 deletions
diff --git a/git-count-objects.html b/git-count-objects.html
index 6684af449..d9011913f 100644
--- a/git-count-objects.html
+++ b/git-count-objects.html
@@ -746,7 +746,7 @@ git-count-objects(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git count-objects</em> [-v]</pre>
+<pre class="content"><em>git count-objects</em> [-v] [-H | --human-readable]</pre>
<div class="attribution">
</div></div>
</div>
@@ -773,14 +773,26 @@ them, to help you decide when it is a good time to repack.</p></div>
Report in more detail:
</p>
<div class="paragraph"><p>count: the number of loose objects</p></div>
-<div class="paragraph"><p>size: disk space consumed by loose objects, in KiB</p></div>
+<div class="paragraph"><p>size: disk space consumed by loose objects, in KiB (unless -H is specified)</p></div>
<div class="paragraph"><p>in-pack: the number of in-pack objects</p></div>
-<div class="paragraph"><p>size-pack: disk space consumed by the packs, in KiB</p></div>
+<div class="paragraph"><p>size-pack: disk space consumed by the packs, in KiB (unless -H is specified)</p></div>
<div class="paragraph"><p>prune-packable: the number of loose objects that are also present in
the packs. These objects could be pruned using <code>git prune-packed</code>.</p></div>
<div class="paragraph"><p>garbage: the number of files in object database that are not valid
loose objects nor valid packs</p></div>
-<div class="paragraph"><p>size-garbage: disk space consumed by garbage files, in KiB</p></div>
+<div class="paragraph"><p>size-garbage: disk space consumed by garbage files, in KiB (unless -H is
+specified)</p></div>
+</dd>
+<dt class="hdlist1">
+-H
+</dt>
+<dt class="hdlist1">
+--human-readable
+</dt>
+<dd>
+<p>
+Print sizes in human readable format
+</p>
</dd>
</dl></div>
</div>
@@ -795,7 +807,7 @@ loose objects nor valid packs</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-03-21 15:47:21 PDT
+Last updated 2013-04-19 14:26:26 PDT
</div>
</div>
</body>