Skip to content

Commit 26ab20c

Browse files
committed
Merge branch 'kh/doc-commentchar-is-a-byte'
The "core.commentChar" configuration variable only allows an ASCII character, which was not clearly documented, which has been corrected. * kh/doc-commentchar-is-a-byte: config: document `core.commentChar` as ASCII-only
2 parents 720c112 + fb7c556 commit 26ab20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ core.editor::
521521

522522
core.commentChar::
523523
Commands such as `commit` and `tag` that let you edit
524-
messages consider a line that begins with this character
524+
messages consider a line that begins with this ASCII character
525525
commented, and removes them after the editor returns
526526
(default '#').
527527
+

0 commit comments

Comments
 (0)