Skip to content

Commit 45113e1

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: notes: treat --stdin equally between copy/remove
4653801 (notes remove: --stdin reads from the standard input, 2011-05-18) added `--stdin` for the `remove` subcommand, documenting it in the “Options” section. But `copy --stdin` was added before that, in 160baa0 (notes: implement 'git notes copy --stdin', 2010-03-12). Treat this option equally between the two subcommands: • remove: mention `--stdin` on the subcommand as well, like for `copy` • copy: mention it as well under the option documentation Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6dcec89 commit 45113e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Documentation/git-notes.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ When done, the user can either finalize the merge with
127127
giving zero or one object from the command line, this is
128128
equivalent to specifying an empty note message to
129129
the `edit` subcommand.
130+
+
131+
In `--stdin` mode, also remove the object names given on standard
132+
input. In other words, `--stdin` can be combined with object names from
133+
the command line.
130134

131135
`prune`::
132136
Remove all notes for non-existing/unreachable objects.
@@ -208,9 +212,7 @@ future.
208212
object that does not have notes attached to it.
209213

210214
`--stdin`::
211-
Also read the object names to remove notes from the standard
212-
input (there is no reason you cannot combine this with object
213-
names from the command line).
215+
Only valid for `remove` and `copy`. See the respective subcommands.
214216

215217
`-n`::
216218
`--dry-run`::

0 commit comments

Comments
 (0)