Skip to content

Commit fb7c556

Browse files
LemmingAvalanchegitster
authored andcommitted
config: document core.commentChar as ASCII-only
d3b3419 (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 <[email protected]> Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d1bd1d commit fb7c556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ core.editor::
521521

522522
core.commentChar::
523523
Commands such as `commit` and `tag` that let you edit
524-
messages consider a line that begins with this character
524+
messages consider a line that begins with this ASCII character
525525
commented, and removes them after the editor returns
526526
(default '#').
527527
+

0 commit comments

Comments
 (0)