Skip to content

Commit 95b6ae9

Browse files
Martin Ågrengitster
authored andcommitted
notes doc: split up run-on sentences
When commit c4e2aa7 (notes.c: introduce "--[no-]stripspace" option, 2023-05-27) mentioned the new `--no-stripspace` in the documentation for `-m` and `-F`, it created run-on sentences. It also used slightly different language in the two sections for no apparent reason. Split the sentences in two to improve readability, and while touching the two sites, make them more similar. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d6a316 commit 95b6ae9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Documentation/git-notes.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,16 @@ OPTIONS
141141
If multiple `-m` options are given, their values
142142
are concatenated as separate paragraphs.
143143
Lines starting with `#` and empty lines other than a
144-
single line between paragraphs will be stripped out,
145-
if you wish to keep them verbatim, use `--no-stripspace`.
144+
single line between paragraphs will be stripped out.
145+
If you wish to keep them verbatim, use `--no-stripspace`.
146146

147147
-F <file>::
148148
--file=<file>::
149149
Take the note message from the given file. Use '-' to
150150
read the note message from the standard input.
151151
Lines starting with `#` and empty lines other than a
152-
single line between paragraphs will be stripped out,
153-
if you wish to keep them verbatim, use with
154-
`--no-stripspace` option.
152+
single line between paragraphs will be stripped out.
153+
If you wish to keep them verbatim, use `--no-stripspace`.
155154

156155
-C <object>::
157156
--reuse-message=<object>::

0 commit comments

Comments
 (0)