Merge branch 'sg/split-index-test' into maint
[gitweb.git] / Documentation / rev-list-options.txt
index 22f5c9b43dd01c02710e44e36ee6a9dd2afc9b60..21978ebbacf838328e6e686c333f97a2bddf1d5a 100644 (file)
@@ -750,8 +750,19 @@ The form '--missing=allow-any' will allow object traversal to continue
 if a missing object is encountered.  Missing objects will silently be
 omitted from the results.
 +
+The form '--missing=allow-promisor' is like 'allow-any', but will only
+allow object traversal to continue for EXPECTED promisor missing objects.
+Unexpected missing objects will raise an error.
++
 The form '--missing=print' is like 'allow-any', but will also print a
 list of the missing objects.  Object IDs are prefixed with a ``?'' character.
+
+--exclude-promisor-objects::
+       (For internal use only.)  Prefilter object traversal at
+       promisor boundary.  This is used with partial clone.  This is
+       stronger than `--missing=allow-promisor` because it limits the
+       traversal, rather than just silencing errors about missing
+       objects.
 endif::git-rev-list[]
 
 --no-walk[=(sorted|unsorted)]::