summaryrefslogtreecommitdiff
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-06 18:34:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2024-03-06 18:34:44 (GMT)
commit5941655c04c7a58b5e5d72ed8fbb9a888994766f (patch)
tree1631ea00ac766353d6d107925cdb42425a1b2856 /Documentation/config
parent356eafea7ed654f9199aff04e64e66fe73db42af (diff)
parentfb7c556f580f725dc9786daf5c1fef8a279d8615 (diff)
downloadgit-5941655c04c7a58b5e5d72ed8fbb9a888994766f.zip
git-5941655c04c7a58b5e5d72ed8fbb9a888994766f.tar.gz
git-5941655c04c7a58b5e5d72ed8fbb9a888994766f.tar.bz2
Merge branch 'kh/doc-commentchar-is-a-byte' into next
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 0e8c283..2d4bbdb 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 '#').
+