summaryrefslogtreecommitdiffstats
path: root/git-prune.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /git-prune.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-prune.html')
-rw-r--r--git-prune.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/git-prune.html b/git-prune.html
index 7756c932f..91ab2498e 100644
--- a/git-prune.html
+++ b/git-prune.html
@@ -320,7 +320,7 @@ git-prune(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<div class="para"><p><em>git-prune</em> [-n] [-v] [--expire &lt;expire&gt;] [--] [&lt;head&gt;&#8230;]</p></div>
+<div class="para"><p><em>git prune</em> [-n] [-v] [--expire &lt;expire&gt;] [--] [&lt;head&gt;&#8230;]</p></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -329,17 +329,17 @@ git-prune(1) Manual Page
<td class="icon">
<div class="title">Note</div>
</td>
-<td class="content">In most cases, users should run <em>git-gc</em>, which calls
-<em>git-prune</em>. See the section "NOTES", below.</td>
+<td class="content">In most cases, users should run <em>git gc</em>, which calls
+<em>git prune</em>. See the section "NOTES", below.</td>
</tr></table>
</div>
-<div class="para"><p>This runs <em>git-fsck --unreachable</em> using all the refs
+<div class="para"><p>This runs <em>git fsck --unreachable</em> using all the refs
available in <tt>$GIT_DIR/refs</tt>, optionally with additional set of
objects specified on the command line, and prunes all unpacked
objects unreachable from any of these head objects from the object database.
In addition, it
prunes the unpacked objects that are also found in packs by
-running <em>git-prune-packed</em>.</p></div>
+running <em>git prune-packed</em>.</p></div>
<div class="para"><p>Note that unreachable, packed objects will remain. If this is
not desired, see <a href="git-repack.html">git-repack(1)</a>.</p></div>
</div>
@@ -403,11 +403,11 @@ borrows from your repository via its
</div>
<h2 id="_notes">Notes</h2>
<div class="sectionbody">
-<div class="para"><p>In most cases, users will not need to call <em>git-prune</em> directly, but
-should instead call <em>git-gc</em>, which handles pruning along with
+<div class="para"><p>In most cases, users will not need to call <em>git prune</em> directly, but
+should instead call <em>git gc</em>, which handles pruning along with
many other housekeeping tasks.</p></div>
<div class="para"><p>For a description of which objects are considered for pruning, see
-<em>git-fsck</em>'s --unreachable option.</p></div>
+<em>git fsck</em>'s --unreachable option.</p></div>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
@@ -429,7 +429,7 @@ many other housekeeping tasks.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:43 UTC
+Last updated 2010-01-21 17:44:34 UTC
</div>
</div>
</body>