зеркало из https://github.com/microsoft/git.git
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>
This commit is contained in:
Родитель
6e9e91e9ca
Коммит
368a89124c
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче