summaryrefslogtreecommitdiffstats
path: root/git-pack-refs.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-09 11:13:47 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-09 11:13:47 +0000
commit1d3a6c7b01d9db283c9d0ababbd787b5ff9f48be (patch)
tree2a020610bca9fcb87ee936e92b5cf5c31931f4cd /git-pack-refs.html
parentd1204f020484ddc38d217617b12df424f17f8383 (diff)
downloadgit-htmldocs-1d3a6c7b01d9db283c9d0ababbd787b5ff9f48be.tar.gz
Autogenerated HTML docs for v1.4.4.4-g1295
Diffstat (limited to 'git-pack-refs.html')
-rw-r--r--git-pack-refs.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-pack-refs.html b/git-pack-refs.html
index 3fcf80be3..da7856c35 100644
--- a/git-pack-refs.html
+++ b/git-pack-refs.html
@@ -272,7 +272,7 @@ git-pack-refs(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-pack-refs</em> [--all] [--prune]</p>
+<p><em>git-pack-refs</em> [--all] [--no-prune]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -307,12 +307,12 @@ a repository with many branches of historical interests.
</p>
</dd>
<dt>
---prune
+--no-prune
</dt>
<dd>
<p>
-After packing the refs, remove loose refs under <tt>$GIT_DIR/refs</tt>
-hierarchy. This should probably become default.
+The command usually removes loose refs under <tt>$GIT_DIR/refs</tt>
+hierarchy after packing them. This option tells it not to.
</p>
</dd>
</dl>
@@ -327,7 +327,7 @@ hierarchy. This should probably become default.
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Nov-2006 07:19:02 UTC
+Last updated 09-Jan-2007 11:13:40 UTC
</div>
</div>
</body>