summaryrefslogtreecommitdiffstats
path: root/git-count-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-21 15:49:01 -0700
committerJunio C Hamano <gitster@pobox.com>2013-03-21 15:49:01 -0700
commit5e7f131ec750093b9c1691ff92db43b0595ea98c (patch)
tree336c153c1aecfeab7cab7cf3502a7ffe0a6d7d6f /git-count-objects.html
parent947ab826679af3ad71f1bd69391deca3bc6edad9 (diff)
downloadgit-htmldocs-5e7f131ec750093b9c1691ff92db43b0595ea98c.tar.gz
Autogenerated HTML docs for v1.8.2-135-g7b592
Diffstat (limited to 'git-count-objects.html')
-rw-r--r--git-count-objects.html17
1 files changed, 11 insertions, 6 deletions
diff --git a/git-count-objects.html b/git-count-objects.html
index 192279fcc..6684af449 100644
--- a/git-count-objects.html
+++ b/git-count-objects.html
@@ -770,12 +770,17 @@ them, to help you decide when it is a good time to repack.</p></div>
</dt>
<dd>
<p>
- In addition to the number of loose objects and disk
- space consumed, it reports the number of in-pack
- objects, number of packs, disk space consumed by those packs,
- and number of objects that can be removed by running
- <code>git prune-packed</code>.
+ 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>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>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>
</dd>
</dl></div>
</div>
@@ -790,7 +795,7 @@ them, to help you decide when it is a good time to repack.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PST
+Last updated 2013-03-21 15:47:21 PDT
</div>
</div>
</body>