Skip to content

Commit 4f48157

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: notes: mention comment character configuration
Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ed58cae commit 4f48157

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/git-notes.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,12 @@ OPTIONS
186186
`--no-stripspace`::
187187
Strip leading and trailing whitespace from the note message.
188188
Also strip out empty lines other than a single line between
189-
paragraphs. Lines starting with `#` will be stripped out
189+
paragraphs. Lines starting with the comment character
190+
(default `#`) will be stripped out
190191
in non-editor cases like `-m`, `-F` and `-C`, but not in
191192
editor case like `git notes edit`, `-c`, etc.
193+
+
194+
See `core.commentChar` in linkgit:git-config[1].
192195

193196
`--ref <ref>`::
194197
Manipulate the notes tree in _<ref>_. This overrides

0 commit comments

Comments
 (0)