summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-07 12:54:16 +0900
committerJunio C Hamano <gitster@pobox.com>2018-11-07 12:54:16 +0900
commit46fbbcbae6430ff14f0d5ef0e6e9fea90d4fe808 (patch)
treeb3e930aa031347b460b01ffda94c714ce010fdce /rev-list-options.txt
parent77f65806c33ea8493158d64561e03fa54dd15d0f (diff)
downloadgit-htmldocs-46fbbcbae6430ff14f0d5ef0e6e9fea90d4fe808.tar.gz
Autogenerated HTML docs for v2.19.1-856-g88584
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 5f1672913..bab5f50b1 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -761,7 +761,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
@@ -769,6 +768,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.