summaryrefslogtreecommitdiffstats
path: root/git-prune.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-prune.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-prune.html')
-rw-r--r--git-prune.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-prune.html b/git-prune.html
index 41b269304..e6bc772c3 100644
--- a/git-prune.html
+++ b/git-prune.html
@@ -281,8 +281,8 @@ git-prune(1) Manual Page
<td class="icon">
<div class="title">Note</div>
</td>
-<td class="content">In most cases, users should run <a href="git-gc.html">git-gc(1)</a>, which calls
-git-prune. See the section "NOTES", below.</td>
+<td class="content">In most cases, users should run <tt>git-gc</tt>, which calls
+<tt>git-prune</tt>. See the section "NOTES", below.</td>
</tr></table>
</div>
<p>This runs <tt>git-fsck --unreachable</tt> using all the refs
@@ -291,7 +291,7 @@ 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 <tt>git prune-packed</tt>.</p>
+running <tt>git-prune-packed</tt>.</p>
<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>
@@ -342,16 +342,16 @@ borrows from your repository via its
<tt>.git/objects/info/alternates</tt>:</p>
<div class="listingblock">
<div class="content">
-<pre><tt>$ git prune $(cd ../another &amp;&amp; $(git-rev-parse --all))</tt></pre>
+<pre><tt>$ git prune $(cd ../another &amp;&amp; $(git rev-parse --all))</tt></pre>
</div></div>
</div>
<h2>Notes</h2>
<div class="sectionbody">
-<p>In most cases, users will not need to call git-prune directly, but
-should instead call <a href="git-gc.html">git-gc(1)</a>, which handles pruning along with
+<p>In most cases, users will not need to call <tt>git-prune</tt> directly, but
+should instead call <tt>git-gc</tt>, which handles pruning along with
many other housekeeping tasks.</p>
<p>For a description of which objects are considered for pruning, see
-git-fsck's --unreachable option.</p>
+<tt>git-fsck</tt>'s --unreachable option.</p>
</div>
<h2>SEE ALSO</h2>
<div class="sectionbody">
@@ -373,7 +373,7 @@ git-fsck's --unreachable option.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:53 UTC
+Last updated 02-Jul-2008 03:01:56 UTC
</div>
</div>
</body>