From: Kristoffer Haugsbakk Date: Tue, 5 Mar 2024 16:51:08 +0000 (+0100) Subject: config: document `core.commentChar` as ASCII-only X-Git-Tag: v2.45.0-rc0~114^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb7c556f580f725dc9786daf5c1fef8a279d8615;p=thirdparty%2Fgit.git config: document `core.commentChar` as ASCII-only d3b3419f8f2 (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 Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt index dfbdaf00b8..551225ab0b 100644 --- a/Documentation/config/core.txt +++ b/Documentation/config/core.txt @@ -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 '#'). +