diff options
author | Štěpán Němec <stepnem@gmail.com> | 2020-12-01 13:10:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-01 22:31:55 +0100 |
commit | e63d77424264b25c0d12682543cd9bd951dfd52c (patch) | |
tree | f59ee57b5d34af89fb24c688b5d5d78bd805442b /Documentation | |
parent | Git 2.20.4 (diff) | |
download | git-e63d77424264b25c0d12682543cd9bd951dfd52c.tar.xz git-e63d77424264b25c0d12682543cd9bd951dfd52c.zip |
config.txt: fix a typo (backslash != backquote)
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 d87846faa6..159b8275a2 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -63,7 +63,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 |