summaryrefslogtreecommitdiffstats
path: root/git-pack-refs.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-24 20:24:57 -0700
committerJunio C Hamano <gitster@pobox.com>2013-07-24 20:24:57 -0700
commitd7fccbf9c67ab9111bc853a5fc90aa87d2d3f9c0 (patch)
treec35d99c84c5b6f4e4c14928f9465522b255bfa8c /git-pack-refs.html
parent58f587aef6ee6b6b759fe8f4dd500f471eee1b88 (diff)
downloadgit-htmldocs-d7fccbf9c67ab9111bc853a5fc90aa87d2d3f9c0.tar.gz
Autogenerated HTML docs for v1.8.4-rc0
Diffstat (limited to 'git-pack-refs.html')
-rw-r--r--git-pack-refs.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-pack-refs.html b/git-pack-refs.html
index 2acca386b..ac3185fbb 100644
--- a/git-pack-refs.html
+++ b/git-pack-refs.html
@@ -771,8 +771,8 @@ file and used if found.</p></div>
<div class="paragraph"><p>Subsequent updates to branches always create new files under
<code>$GIT_DIR/refs</code> directory hierarchy.</p></div>
<div class="paragraph"><p>A recommended practice to deal with a repository with too many
-refs is to pack its refs with <code>--all --prune</code> once, and
-occasionally run <code>git pack-refs --prune</code>. Tags are by
+refs is to pack its refs with <code>--all</code> once, and
+occasionally run <code>git pack-refs</code>. Tags are by
definition stationary and are not expected to change. Branch
heads will be packed with the initial <code>pack-refs --all</code>, but
only the currently active branch heads will become unpacked,
@@ -827,7 +827,7 @@ exists" when it means "branch &lt;branch&gt; exists".</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-08-22 12:54:47 PDT
+Last updated 2013-07-24 20:23:45 PDT
</div>
</div>
</body>