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:
Junio C Hamano 2024-03-14 14:05:23 -07:00
commit 26ab20ccb2

View file

@ -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 '#').
+