Skip to content

Commit 6dcec89

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: notes: point out copy --stdin use with argv
Unlike `remove --stdin`, this option cannot be combined with object names given via the command line. Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5471b19 commit 6dcec89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/git-notes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ In `--stdin` mode, take lines in the format
8787
on standard input, and copy the notes from each _<from-object>_ to its
8888
corresponding _<to-object>_. (The optional _<rest>_ is ignored so that
8989
the command can read the input given to the `post-rewrite` hook.)
90+
+
91+
`--stdin` cannot be combined with object names given on the command
92+
line.
9093

9194
`append`::
9295
Append new message(s) given by `-m` or `-F` options to an

0 commit comments

Comments
 (0)