Documentation/git-log.txt: do not show --exclude-promisor-objects
authorMatthew DeVore <matvore@google.com>
Tue, 23 Oct 2018 01:13:41 +0000 (18:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Oct 2018 04:44:11 +0000 (13:44 +0900)
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>
Documentation/rev-list-options.txt
index 7b273635de2b5bf3e3ba6ade8bcca3068a216395..21978ebbacf838328e6e686c333f97a2bddf1d5a 100644 (file)
@@ -756,7 +756,6 @@ 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.
-endif::git-rev-list[]
 
 --exclude-promisor-objects::
        (For internal use only.)  Prefilter object traversal at
@@ -764,6 +763,7 @@ endif::git-rev-list[]
        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)]::
        Only show the given commits, but do not traverse their ancestors.