summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 3075e7a1d..410079a0b 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1076,6 +1076,10 @@ parents) and <code>--max-parents=-1</code> (negative numbers denote no upper lim
<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">
@@ -1215,7 +1219,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">