From: Štěpán Němec Date: Tue, 1 Dec 2020 12:10:51 +0000 (+0100) Subject: config.txt: fix a typo (backslash != backquote) X-Git-Tag: v2.30.0-rc0~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e63d77424264b25c0d12682543cd9bd951dfd52c;p=thirdparty%2Fgit.git config.txt: fix a typo (backslash != backquote) Signed-off-by: Štěpán Němec Signed-off-by: Junio C Hamano --- 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