summaryrefslogtreecommitdiffstats
path: root/git-pack-objects.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-13 15:06:57 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-13 15:06:57 -0700
commit98c882d1c4c1d32487bb11a3ba40f66f34b764e4 (patch)
tree268ac5276ce146fe988949f450e03997fbde67aa /git-pack-objects.html
parentc425d1077dfcaf104b631e7c72aa6143d51104c5 (diff)
downloadgit-htmldocs-98c882d1c4c1d32487bb11a3ba40f66f34b764e4.tar.gz
Autogenerated HTML docs for v2.28.0-215-g878e7
Diffstat (limited to 'git-pack-objects.html')
-rw-r--r--git-pack-objects.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 2e779237f..0743a52cc 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 9.0.0rc1" />
+<meta name="generator" content="AsciiDoc 9.0.0rc2" />
<title>git-pack-objects(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -1164,13 +1164,16 @@ So does <code>git bundle</code> (see <a href="git-bundle.html">git-bundle(1)</a>
This option specifies how missing objects are handled.
</p>
<div class="paragraph"><p>The form <em>--missing=error</em> requests that pack-objects stop with an error if
-a missing object is encountered. This is the default action.</p></div>
+a missing object is encountered. If the repository is a partial clone, an
+attempt to fetch missing objects will be made before declaring them missing.
+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>
+if a missing object is encountered. No fetch of a missing object will occur.
+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>
+No fetch of a missing object will occur. An unexpected missing object will
+raise an error.</p></div>
</dd>
<dt class="hdlist1">
--exclude-promisor-objects
@@ -1325,7 +1328,7 @@ over user-wide config, and so forth).</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-29 10:26:04 PDT
+ 2020-08-13 15:02:48 PDT
</div>
</div>
</body>