summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-12 15:46:02 -0800
committerJunio C Hamano <gitster@pobox.com>2015-01-12 15:46:02 -0800
commit629edffc595fbc63ec34137cf469c03566f878e5 (patch)
tree4e6a2a3d1bc54d860e1e30cdfcb8fc6a58b43216 /git-pack-objects.html
parentc9394b27831f7632b4d570c5e6ee3d2a7d9e7a6e (diff)
downloadgit-htmldocs-629edffc595fbc63ec34137cf469c03566f878e5.tar.gz
Autogenerated HTML docs for v2.3.0-rc0
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 80c26d487..176120f6a 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -752,7 +752,7 @@ git-pack-objects(1) Manual Page
[--no-reuse-delta] [--delta-base-offset] [--non-empty]
[--local] [--incremental] [--window=&lt;n&gt;] [--depth=&lt;n&gt;]
[--revs [--unpacked | --all]] [--stdout | base-name]
- [--keep-true-parents] &lt; object-list</pre>
+ [--shallow] [--keep-true-parents] &lt; object-list</pre>
<div class="attribution">
</div></div>
</div>
@@ -1037,6 +1037,16 @@ self-contained. Use <code>git index-pack --fix-thin</code>
(see <a href="git-index-pack.html">git-index-pack(1)</a>) to restore the self-contained property.</p></div>
</dd>
<dt class="hdlist1">
+--shallow
+</dt>
+<dd>
+<p>
+ Optimize a pack that will be provided to a client with a shallow
+ repository. This option, combined with --thin, can result in a
+ smaller pack at the cost of speed.
+</p>
+</dd>
+<dt class="hdlist1">
--delta-base-offset
</dt>
<dd>
@@ -1111,7 +1121,7 @@ So does <code>git bundle</code> (see <a href="git-bundle.html">git-bundle(1)</a>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-03-21 15:07:58 PDT
+Last updated 2015-01-12 15:41:57 PST
</div>
</div>
</body>