We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed58cae commit 4f48157Copy full SHA for 4f48157
Documentation/git-notes.adoc
@@ -186,9 +186,12 @@ OPTIONS
186
`--no-stripspace`::
187
Strip leading and trailing whitespace from the note message.
188
Also strip out empty lines other than a single line between
189
- paragraphs. Lines starting with `#` will be stripped out
+ paragraphs. Lines starting with the comment character
190
+ (default `#`) will be stripped out
191
in non-editor cases like `-m`, `-F` and `-C`, but not in
192
editor case like `git notes edit`, `-c`, etc.
193
++
194
+See `core.commentChar` in linkgit:git-config[1].
195
196
`--ref <ref>`::
197
Manipulate the notes tree in _<ref>_. This overrides
0 commit comments