Re: [PATCH] config.txt: fix a typo (backslash != backquote)
From: Junio C Hamano <hidden>
Date: 2020-12-01 21:32:41
Štěpán Němec [off-list ref] writes:
Signed-off-by: Štěpán Němec <redacted> --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for spotting an ancient typo that is more than 5 years old.
quoted hunk
diff --git a/Documentation/config.txt b/Documentation/config.txt index bf706b950e..9700f6ebf9 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