Skip to content

Commit 3a6e1ad

Browse files
Martin Ågrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 95b6ae9 commit 3a6e1ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-notes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ OPTIONS
179179
--[no-]stripspace::
180180
Strip leading and trailing whitespace from the note message.
181181
Also strip out empty lines other than a single line between
182-
paragraphs. For lines starting with `#` will be stripped out
183-
in non-editor cases like "-m", "-F" and "-C", but not in
184-
editor case like "git notes edit", "-c", etc.
182+
paragraphs. Lines starting with `#` will be stripped out
183+
in non-editor cases like `-m`, `-F` and `-C`, but not in
184+
editor case like `git notes edit`, `-c`, etc.
185185

186186
--ref <ref>::
187187
Manipulate the notes tree in <ref>. This overrides

0 commit comments

Comments
 (0)