diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-11-12 15:29:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-11-12 15:29:24 -0800 |
commit | 8996d68ac7052bf96a38a2b36546c4239280279e (patch) | |
tree | e80af241f744029434b6c368ea5bd675d34ef497 /Documentation | |
parent | A few hotfixes (diff) | |
parent | Revert "connected: do not sort input revisions" (diff) | |
download | tgif-8996d68ac7052bf96a38a2b36546c4239280279e.tar.xz |
Merge branch 'ps/connectivity-optim'
Regression fix.
* ps/connectivity-optim:
Revert "connected: do not sort input revisions"
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/rev-list-options.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index b7bd27e171..24569b06d1 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/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`. |