summaryrefslogtreecommitdiff
path: root/Documentation/git-notes.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2023-08-16 14:24:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-08-16 18:37:25 (GMT)
commit3a6e1ad80bdf5d09cb484e77cc4bfffdd9a15bdf (patch)
tree3b06d009322fba0876b649efcee4a3aa516428ae /Documentation/git-notes.txt
parent95b6ae9d747ed52912dec95fe397b11f0a5383ec (diff)
downloadgit-3a6e1ad80bdf5d09cb484e77cc4bfffdd9a15bdf.zip
git-3a6e1ad80bdf5d09cb484e77cc4bfffdd9a15bdf.tar.gz
git-3a6e1ad80bdf5d09cb484e77cc4bfffdd9a15bdf.tar.bz2
notes doc: tidy up `--no-stripspace` paragraph
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>
Diffstat (limited to 'Documentation/git-notes.txt')
-rw-r--r--Documentation/git-notes.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt
index 9043274..f8310e5 100644
--- a/Documentation/git-notes.txt
+++ b/Documentation/git-notes.txt
@@ -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