summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
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 /git-rev-list.html
parent9eaac010dcd8105e97533c860aede97f455be35f (diff)
downloadgit-htmldocs-e8fdbbb076c350daf2cd9921918f90610074189e.tar.gz
Autogenerated HTML docs for v2.34.0-rc2-16-g5a73c
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index f63c76ec6..496fb895d 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -2178,16 +2178,6 @@ list of the missing objects. Object IDs are prefixed with a &#8220;?&#8221; cha
</p>
</dd>
<dt class="hdlist1">
---unsorted-input
-</dt>
-<dd>
-<p>
- 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 <code>--no-walk</code> or <code>--no-walk=sorted</code>.
-</p>
-</dd>
-<dt class="hdlist1">
--no-walk[=(sorted|unsorted)]
</dt>
<dd>
@@ -2198,8 +2188,7 @@ list of the missing objects. Object IDs are prefixed with a &#8220;?&#8221; cha
given on the command line. Otherwise (if <code>sorted</code> or no argument
was given), the commits are shown in reverse chronological order
by commit time.
- Cannot be combined with <code>--graph</code>. Cannot be combined with
- <code>--unsorted-input</code> if <code>sorted</code> or no argument was given.
+ Cannot be combined with <code>--graph</code>.
</p>
</dd>
<dt class="hdlist1">