]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config.txt: fix a typo (backslash != backquote)
authorŠtěpán Němec <stepnem@gmail.com>
Tue, 1 Dec 2020 12:10:51 +0000 (13:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Dec 2020 21:31:55 +0000 (13:31 -0800)
Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index d87846faa6c3ffad7cba97fe7348ef97e0112899..159b8275a230e2209019466cd40d77594e62816d 100644 (file)
@@ -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