aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-14 14:05:23 -0700
committerJunio C Hamano <gitster@pobox.com>2024-03-14 14:05:24 -0700
commit26ab20ccb26d5ead9f915e50b5511456a955f074 (patch)
tree6fdd5349560969aaaddcf9a8c7132c4217b3c689 /Documentation/config
parent720c1129c4a93fed0e72bad4c8d46a39e8c7f2d7 (diff)
parentfb7c556f580f725dc9786daf5c1fef8a279d8615 (diff)
downloadgit-26ab20ccb26d5ead9f915e50b5511456a955f074.tar.gz
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
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/core.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt
index 0e8c2832bf..2d4bbdb25f 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 '#').
+