From: Kristoffer Haugsbakk Date: Tue, 27 May 2025 21:19:36 +0000 (+0200) Subject: doc: notes: point out copy --stdin use with argv X-Git-Tag: v2.50.0-rc1~11^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dcec8930c13dabaaa8bebf9fd18e6ffdcb06cc5;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-notes.adoc b/Documentation/git-notes.adoc index ef5a939516..9ce71ec345 100644 --- a/Documentation/git-notes.adoc +++ b/Documentation/git-notes.adoc @@ -87,6 +87,9 @@ In `--stdin` mode, take lines in the format on standard input, and copy the notes from each __ to its corresponding __. (The optional __ is ignored so that the command can read the input given to the `post-rewrite` hook.) ++ +`--stdin` cannot be combined with object names given on the command +line. `append`:: Append new message(s) given by `-m` or `-F` options to an