summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-04 15:45:56 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-04 15:45:56 -0700
commit293a47b693b18b10cd24c8d7cbf6f0c0e8fca190 (patch)
tree21d1a43a4993e7be4bd256f2d4556f007f1a6c82 /rev-list-options.txt
parentc4096feabf5efb4497b6808dfeea8d8693f93e5b (diff)
downloadgit-htmldocs-293a47b693b18b10cd24c8d7cbf6f0c0e8fca190.tar.gz
Autogenerated HTML docs for v2.42.0-325-g3a063
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index a4a0cb93b..66d71d1b9 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -151,6 +151,10 @@ endif::git-log[]
--not::
Reverses the meaning of the '{caret}' prefix (or lack thereof)
for all following revision specifiers, up to the next `--not`.
+ When used on the command line before --stdin, the revisions passed
+ through stdin will not be affected by it. Conversely, when passed
+ via standard input, the revisions passed on the command line will
+ not be affected by it.
--all::
Pretend as if all the refs in `refs/`, along with `HEAD`, are
@@ -240,7 +244,9 @@ endif::git-rev-list[]
them from standard input as well. This accepts commits and
pseudo-options like `--all` and `--glob=`. When a `--` separator
is seen, the following input is treated as paths and used to
- limit the result.
+ limit the result. Flags like `--not` which are read via standard input
+ are only respected for arguments passed in the same way and will not
+ influence any subsequent command line arguments.
ifdef::git-rev-list[]
--quiet::