summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-13 17:29:14 -0800
committerJunio C Hamano <gitster@pobox.com>2018-02-13 17:29:14 -0800
commit640779d2fa2811b69c7c071dceb886299418257d (patch)
tree9144f07f4071bbf90438a08cf290b1a099acf6f5 /git-pack-objects.html
parent2ef0ba3d29e4b0c3a24887c2cf8d02ee62c852d1 (diff)
downloadgit-htmldocs-640779d2fa2811b69c7c071dceb886299418257d.tar.gz
Autogenerated HTML docs for v2.16.1-194-gb2e45
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index d784abb95..359b1bf9a 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -1138,6 +1138,21 @@ a missing object is encountered. This is the default action.</p></div>
<div class="paragraph"><p>The form <em>--missing=allow-any</em> will allow object traversal to continue
if a missing object is encountered. Missing objects will silently be
omitted from the results.</p></div>
+<div class="paragraph"><p>The form <em>--missing=allow-promisor</em> is like <em>allow-any</em>, but will only
+allow object traversal to continue for EXPECTED promisor missing objects.
+Unexpected missing object will raise an error.</p></div>
+</dd>
+<dt class="hdlist1">
+--exclude-promisor-objects
+</dt>
+<dd>
+<p>
+ Omit objects that are known to be in the promisor remote. (This
+ option has the purpose of operating only on locally created objects,
+ so that when we repack, we still maintain a distinction between
+ locally created objects [without .promisor] and objects from the
+ promisor remote [with .promisor].) This is used with partial clone.
+</p>
</dd>
</dl></div>
</div>
@@ -1161,7 +1176,7 @@ omitted from the results.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-02-13 17:28:38 PST
</div>
</div>
</body>