Documentation/git-log.txt: do not show --exclude-promisor-objects
Do not suggest that --exclude-promisor-objects is supported by git-log, since it currently BUG-crashes and it's not necessary to support it. Options that control behavior for promisor objects should be limited to a small number of commands. Signed-off-by: Matthew DeVore <matvore@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Matthew DeVore committed
Oct 22, 2018 at 18:13 UTC
368a89124c3ad859631452f7b012d0ad939375f3
1 file changed
+1
-1
Documentation/rev-list-options.txt
+1
-1
@@ -756,7 +756,6 @@ Unexpected missing objects will raise an error.
756
+
757
The form '--missing=print' is like 'allow-any', but will also print a
758
list of the missing objects. Object IDs are prefixed with a ``?'' character.
759
-endif::git-rev-list[]
759
760
--exclude-promisor-objects::
761
(For internal use only.) Prefilter object traversal at
@@ -764,6 +763,7 @@ endif::git-rev-list[]
763
stronger than `--missing=allow-promisor` because it limits the
764
traversal, rather than just silencing errors about missing
765
objects.
766
+endif::git-rev-list[]
767
768
--no-walk[=(sorted|unsorted)]::
769
Only show the given commits, but do not traverse their ancestors.