summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-06 23:20:47 -0800
committerJunio C Hamano <gitster@pobox.com>2019-02-06 23:20:47 -0800
commit23168ef89678fc52e01173bbc7fdaa760f21d02a (patch)
tree8425bac71f938dfce77a3c2928b2c936b03789c9 /git-pack-objects.html
parent2567b326fac6961a6fc6075ad2f22a744252f2f3 (diff)
downloadgit-htmldocs-23168ef89678fc52e01173bbc7fdaa760f21d02a.tar.gz
Autogenerated HTML docs for v2.21.0-rc0
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 17a19564a..50abe1a32 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -754,7 +754,7 @@ git-pack-objects(1) Manual Page
[--local] [--incremental] [--window=&lt;n&gt;] [--depth=&lt;n&gt;]
[--revs [--unpacked | --all]] [--keep-pack=&lt;pack-name&gt;]
[--stdout [--filter=&lt;filter-spec&gt;] | base-name]
- [--shallow] [--keep-true-parents] &lt; object-list</pre>
+ [--shallow] [--keep-true-parents] [--sparse] &lt; object-list</pre>
<div class="attribution">
</div></div>
</div>
@@ -1044,6 +1044,20 @@ depth is 4095.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--sparse
+</dt>
+<dd>
+<p>
+ Use the "sparse" algorithm to determine which objects to include in
+ the pack, when combined with the "--revs" option. This algorithm
+ only walks trees that appear in paths that introduce new objects.
+ This can have significant performance benefits when computing
+ a pack to send a small change. However, it is possible that extra
+ objects are added to the pack-file if the included commits contain
+ certain types of direct renames.
+</p>
+</dd>
+<dt class="hdlist1">
--thin
</dt>
<dd>
@@ -1309,7 +1323,7 @@ over user-wide config, and so forth).</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-09-17 15:45:24 PDT
+ 2019-02-06 23:17:45 PST
</div>
</div>
</body>