]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config: document `core.commentChar` as ASCII-only
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Tue, 5 Mar 2024 16:51:08 +0000 (17:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2024 17:51:30 +0000 (09:51 -0800)
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 <manlio.perillo@gmail.com>
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/core.txt

index dfbdaf00b8bc2239e7e106c8b78a2dd90d44ac9b..551225ab0b5d4f240b272a9c14651ba5e2dc8695 100644 (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 '#').
 +