diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-03-14 14:05:23 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-03-14 14:05:24 -0700 |
| commit | 26ab20ccb26d5ead9f915e50b5511456a955f074 (patch) | |
| tree | 6fdd5349560969aaaddcf9a8c7132c4217b3c689 | |
| parent | Merge branch 'jh/fsmonitor-icase-corner-case-fix' (diff) | |
| parent | config: document `core.commentChar` as ASCII-only (diff) | |
| download | git-26ab20ccb26d5ead9f915e50b5511456a955f074.tar.gz git-26ab20ccb26d5ead9f915e50b5511456a955f074.zip | |
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
| -rw-r--r-- | Documentation/config/core.txt | 2 |
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 '#'). + |
