]> git.ipfire.org Git - thirdparty/git.git/commitdiff
notes doc: tidy up `--no-stripspace` paragraph
authorMartin Ågren <martin.agren@gmail.com>
Wed, 16 Aug 2023 14:24:34 +0000 (16:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Aug 2023 18:37:25 +0000 (11:37 -0700)
Where we document the `--no-stripspace` option, remove a superfluous
"For" to fix the grammar. Mark option names and command names using
`backticks` to set them in monospace.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-notes.txt

index 9043274ce8f56c8073b366e57649b8bed1c426e6..f8310e56a85ab0f6f211d68b1886ec68ae126b9f 100644 (file)
@@ -179,9 +179,9 @@ OPTIONS
 --[no-]stripspace::
        Strip leading and trailing whitespace from the note message.
        Also strip out empty lines other than a single line between
-       paragraphs. For lines starting with `#` will be stripped out
-       in non-editor cases like "-m", "-F" and "-C", but not in
-       editor case like "git notes edit", "-c", etc.
+       paragraphs. Lines starting with `#` will be stripped out
+       in non-editor cases like `-m`, `-F` and `-C`, but not in
+       editor case like `git notes edit`, `-c`, etc.
 
 --ref <ref>::
        Manipulate the notes tree in <ref>.  This overrides