summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-11-12 15:42:03 -0800
committerJunio C Hamano <gitster@pobox.com>2021-11-12 15:42:03 -0800
commite8fdbbb076c350daf2cd9921918f90610074189e (patch)
treec0330cd09393d2ed08a84e3f1f92b4bbf9fa7132 /rev-list-options.txt
parent9eaac010dcd8105e97533c860aede97f455be35f (diff)
downloadgit-htmldocs-e8fdbbb076c350daf2cd9921918f90610074189e.tar.gz
Autogenerated HTML docs for v2.34.0-rc2-16-g5a73c
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index b7bd27e17..24569b06d 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -968,11 +968,6 @@ list of the missing objects. Object IDs are prefixed with a ``?'' character.
objects.
endif::git-rev-list[]
---unsorted-input::
- Show commits in the order they were given on the command line instead
- of sorting them in reverse chronological order by commit time. Cannot
- be combined with `--no-walk` or `--no-walk=sorted`.
-
--no-walk[=(sorted|unsorted)]::
Only show the given commits, but do not traverse their ancestors.
This has no effect if a range is specified. If the argument
@@ -980,8 +975,7 @@ endif::git-rev-list[]
given on the command line. Otherwise (if `sorted` or no argument
was given), the commits are shown in reverse chronological order
by commit time.
- Cannot be combined with `--graph`. Cannot be combined with
- `--unsorted-input` if `sorted` or no argument was given.
+ Cannot be combined with `--graph`.
--do-walk::
Overrides a previous `--no-walk`.