diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-12-08 15:11:22 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-08 15:11:22 -0800 |
commit | 90051e5b5e63d415fad6d38b999b9a0582189a4b (patch) | |
tree | 283538d0b25b950f3613cab177c7241b156022e3 /Documentation | |
parent | Merge branch 'fc/random-cleanup' (diff) | |
parent | config.txt: fix a typo (backslash != backquote) (diff) | |
download | tgif-90051e5b5e63d415fad6d38b999b9a0582189a4b.tar.xz |
Merge branch 'sn/config-doc-typofix'
Fix for an old typo.
* sn/config-doc-typofix:
config.txt: fix a typo (backslash != backquote)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index f292c2689e..6ba50b1104 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -64,7 +64,7 @@ The variable names are case-insensitive, allow only alphanumeric characters and `-`, and must start with an alphabetic character. A line that defines a value can be continued to the next line by -ending it with a `\`; the backquote and the end-of-line are +ending it with a `\`; the backslash and the end-of-line are stripped. Leading whitespaces after 'name =', the remainder of the line after the first comment character '#' or ';', and trailing whitespaces of the line are discarded unless they are enclosed in |