summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2020-12-01 12:10:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-12-01 21:31:55 (GMT)
commite63d77424264b25c0d12682543cd9bd951dfd52c (patch)
treef59ee57b5d34af89fb24c688b5d5d78bd805442b /Documentation/config.txt
parent041bc65923e13313ca1b77681c3b2950b5e0a163 (diff)
downloadgit-e63d77424264b25c0d12682543cd9bd951dfd52c.zip
git-e63d77424264b25c0d12682543cd9bd951dfd52c.tar.gz
git-e63d77424264b25c0d12682543cd9bd951dfd52c.tar.bz2
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/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index d87846f..159b827 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