Skip to content

Commit 37dd51a

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: notes: split out options with negated forms
Split these out so that they are easier to search for.[1] [1]: https://lore.kernel.org/git/[email protected]/ Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e2971d6 commit 37dd51a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/git-notes.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,16 @@ OPTIONS
174174
Allow an empty note object to be stored. The default behavior is
175175
to automatically remove empty notes.
176176

177-
`--[no-]separator`::
178177
`--separator=<paragraph-break>`::
178+
`--separator`::
179+
`--no-separator`::
179180
Specify a string used as a custom inter-paragraph separator
180181
(a newline is added at the end as needed). If `--no-separator`, no
181182
separators will be added between paragraphs. Defaults to a blank
182183
line.
183184

184-
`--[no-]stripspace`::
185+
`--stripspace`::
186+
`--no-stripspace`::
185187
Strip leading and trailing whitespace from the note message.
186188
Also strip out empty lines other than a single line between
187189
paragraphs. Lines starting with `#` will be stripped out

0 commit comments

Comments
 (0)