summaryrefslogtreecommitdiffstats
path: root/git-count-objects.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-count-objects.html')
-rw-r--r--git-count-objects.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-count-objects.html b/git-count-objects.html
index e13c6b1a2..d54a5c898 100644
--- a/git-count-objects.html
+++ b/git-count-objects.html
@@ -757,7 +757,7 @@ git-count-objects(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>This counts the number of unpacked object files and disk space consumed by
+<div class="paragraph"><p>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>
</div>
</div>
@@ -773,7 +773,7 @@ them, to help you decide when it is a good time to repack.</p></div>
</dt>
<dd>
<p>
- Report in more detail:
+ Provide more detailed reports:
</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 (unless -H is specified)</p></div>
@@ -781,7 +781,7 @@ them, to help you decide when it is a good time to repack.</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 neither valid loose
+<div class="paragraph"><p>garbage: the number of files in the object database that are neither valid loose
objects nor valid packs</p></div>
<div class="paragraph"><p>size-garbage: disk space consumed by garbage files, in KiB (unless -H is
specified)</p></div>
@@ -815,7 +815,7 @@ Print sizes in human readable format
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 15:02:33 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>