summaryrefslogtreecommitdiffstats
path: root/git-pack-redundant.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-pack-redundant.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-pack-redundant.html')
-rw-r--r--git-pack-redundant.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-pack-redundant.html b/git-pack-redundant.html
index 0271e1db7..da6507b05 100644
--- a/git-pack-redundant.html
+++ b/git-pack-redundant.html
@@ -272,18 +272,18 @@ git-pack-redundant(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-pack-redundant</em> [ --verbose ] [ --alt-odb ] &lt; --all | .pack filename &#8230; &gt;</p>
+<p><em>git pack-redundant</em> [ --verbose ] [ --alt-odb ] &lt; --all | .pack filename &#8230; &gt;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>This program computes which packs in your repository
are redundant. The output is suitable for piping to
-<em>xargs rm</em> if you are in the root of the repository.</p>
-<p>git-pack-redundant accepts a list of objects on standard input. Any objects
+<tt>xargs rm</tt> if you are in the root of the repository.</p>
+<p><tt>git-pack-redundant</tt> accepts a list of objects on standard input. Any objects
given will be ignored when checking which packs are required. This makes the
following command useful when wanting to remove packs which contain unreachable
objects.</p>
-<p>git-fsck --full --unreachable | cut -d <em> </em> -f3 | git-pack-redundant --all | xargs rm</p>
+<p>git fsck --full --unreachable | cut -d <em> </em> -f3 | git pack-redundant --all | xargs rm</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -335,7 +335,7 @@ objects.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:33:57 UTC
+Last updated 02-Jul-2008 03:01:55 UTC
</div>
</div>
</body>