Skip to content

Commit 368a891

Browse files
matvoregitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6e9e91e commit 368a891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/rev-list-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,14 +756,14 @@ Unexpected missing objects will raise an error.
756756
+
757757
The form '--missing=print' is like 'allow-any', but will also print a
758758
list of the missing objects. Object IDs are prefixed with a ``?'' character.
759-
endif::git-rev-list[]
760759

761760
--exclude-promisor-objects::
762761
(For internal use only.) Prefilter object traversal at
763762
promisor boundary. This is used with partial clone. This is
764763
stronger than `--missing=allow-promisor` because it limits the
765764
traversal, rather than just silencing errors about missing
766765
objects.
766+
endif::git-rev-list[]
767767

768768
--no-walk[=(sorted|unsorted)]::
769769
Only show the given commits, but do not traverse their ancestors.

0 commit comments

Comments
 (0)