summaryrefslogtreecommitdiffstats
path: root/git-log.html
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 /git-log.html
parentc4096feabf5efb4497b6808dfeea8d8693f93e5b (diff)
downloadgit-htmldocs-293a47b693b18b10cd24c8d7cbf6f0c0e8fca190.tar.gz
Autogenerated HTML docs for v2.42.0-325-g3a063
Diffstat (limited to 'git-log.html')
-rw-r--r--git-log.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-log.html b/git-log.html
index 6aa260e5b..3b3c25430 100644
--- a/git-log.html
+++ b/git-log.html
@@ -1260,6 +1260,10 @@ to <code>first-parent</code>, see <code>--diff-merges=first-parent</code> for de
<p>
Reverses the meaning of the <em>&#94;</em> prefix (or lack thereof)
for all following revision specifiers, up to the next <code>--not</code>.
+ 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.
</p>
</dd>
<dt class="hdlist1">
@@ -1410,7 +1414,9 @@ explicitly.</p></div>
them from standard input as well. This accepts commits and
pseudo-options like <code>--all</code> and <code>--glob=</code>. When a <code>--</code> separator
is seen, the following input is treated as paths and used to
- limit the result.
+ limit the result. Flags like <code>--not</code> 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.
</p>
</dd>
<dt class="hdlist1">