aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-19 15:25:38 -0700
committerJunio C Hamano <gitster@pobox.com>2021-03-19 15:25:38 -0700
commit948e8ac534a4e0b4685992b6e47363b38249fce5 (patch)
treefcf8f3f7f650c77d6533a70516abf50e02b89fc4 /Documentation/config.txt
parentcc930b7472a4122e80d4333c82dfab852d39d2c1 (diff)
parentcfd409ed0973ad505c3759aae7c47eea8ae1bd81 (diff)
downloadgit-948e8ac534a4e0b4685992b6e47363b38249fce5.tar.gz
Merge branch 'km/config-doc-typofix'
Docfix. * km/config-doc-typofix: config.txt: add missing period
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 d08e83a148..bf82766a6a 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -46,7 +46,7 @@ Subsection names are case sensitive and can contain any characters except
newline and the null byte. Doublequote `"` and backslash can be included
by escaping them as `\"` and `\\`, respectively. Backslashes preceding
other characters are dropped when reading; for example, `\t` is read as
-`t` and `\0` is read as `0` Section headers cannot span multiple lines.
+`t` and `\0` is read as `0`. Section headers cannot span multiple lines.
Variables may belong directly to a section or to a given subsection. You
can have `[section]` if you have `[section "subsection"]`, but you don't
need to.