config: document `core.commentChar` as ASCII-only

d3b3419f8f (config: tell the user that we expect an ASCII character,
2023-03-27) updated an error message to make clear that this option
specifically wants an ASCII character but neglected to consider the
config documentation.

Reported-by: Manlio Perillo <manlio.perillo@gmail.com>
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Kristoffer Haugsbakk 2024-03-05 17:51:08 +01:00 committed by Junio C Hamano
parent 0d1bd1dfb3
commit fb7c556f58
1 changed files with 1 additions and 1 deletions

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