mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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
This commit is contained in:
@@ -521,7 +521,7 @@ core.editor::
|
||||
|
||||
core.commentChar::
|
||||
Commands such as `commit` and `tag` that let you edit
|
||||
messages consider a line that begins with this character
|
||||
messages consider a line that begins with this ASCII character
|
||||
commented, and removes them after the editor returns
|
||||
(default '#').
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user