summaryrefslogtreecommitdiffstats
path: root/git-repack.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-24 01:12:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-24 01:12:30 +0000
commitb713ff1cbf5b9979edaf2b85bfc568fbc37ec0d7 (patch)
tree309627f98369ab95d9b367cb7840f8e1c9a44f06 /git-repack.html
parentfeeb1be0ecb7af3956ed418f425ffd6c10bd2d9e (diff)
downloadgit-htmldocs-b713ff1cbf5b9979edaf2b85bfc568fbc37ec0d7.tar.gz
Autogenerated HTML docs for v1.5.5.1-382-g182f
Diffstat (limited to 'git-repack.html')
-rw-r--r--git-repack.html26
1 files changed, 23 insertions, 3 deletions
diff --git a/git-repack.html b/git-repack.html
index 7280681ff..305b07818 100644
--- a/git-repack.html
+++ b/git-repack.html
@@ -272,7 +272,7 @@ git-repack(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-repack</em> [-a] [-d] [-f] [-l] [-n] [-q] [--window=N] [--depth=N]</p>
+<p><em>git-repack</em> [-a] [-A] [-d] [-f] [-l] [-n] [-q] [--window=N] [--depth=N]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -304,6 +304,23 @@ engines, disk storage, etc.</p>
</p>
</dd>
<dt>
+-A
+</dt>
+<dd>
+<p>
+ Same as <tt>-a</tt>, but any unreachable objects in a previous
+ pack become loose, unpacked objects, instead of being
+ left in the old pack. Unreachable objects are never
+ intentionally added to a pack, even when repacking.
+ When used with <em>-d</em>, this option
+ prevents unreachable objects from being immediately
+ deleted by way of being left in the old pack and then
+ removed. Instead, the loose unreachable objects
+ will be pruned according to normal expiry rules
+ with the next <a href="git-gc.html">git-gc(1)</a>.
+</p>
+</dd>
+<dt>
-d
</dt>
<dd>
@@ -346,7 +363,10 @@ engines, disk storage, etc.</p>
<dd>
<p>
Do not update the server information with
- <tt>git update-server-info</tt>.
+ <tt>git update-server-info</tt>. This option skips
+ updating local catalog files needed to publish
+ this repository (or a direct copy of it)
+ over HTTP or FTP. See .
</p>
</dd>
<dt>
@@ -423,7 +443,7 @@ that way can try to use older git with it).</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Jan-2008 07:50:41 UTC
+Last updated 24-May-2008 01:12:07 UTC
</div>
</div>
</body>