mirror of
https://github.com/git/git.git
synced 2024-11-28 12:34:08 +08:00
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>
This commit is contained in:
parent
95b6ae9d74
commit
3a6e1ad80b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user