summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-12-08 23:11:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-12-08 23:11:22 (GMT)
commit90051e5b5e63d415fad6d38b999b9a0582189a4b (patch)
tree283538d0b25b950f3613cab177c7241b156022e3
parent75827da103e651c0abb421b24a819c97af245dde (diff)
parente63d77424264b25c0d12682543cd9bd951dfd52c (diff)
downloadgit-90051e5b5e63d415fad6d38b999b9a0582189a4b.zip
git-90051e5b5e63d415fad6d38b999b9a0582189a4b.tar.gz
git-90051e5b5e63d415fad6d38b999b9a0582189a4b.tar.bz2
Merge branch 'sn/config-doc-typofix'
Fix for an old typo. * sn/config-doc-typofix: config.txt: fix a typo (backslash != backquote)
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index f292c26..6ba50b1 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