aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-03-16 10:40:40 -0400
committerJunio C Hamano <gitster@pobox.com>2021-03-17 11:25:15 -0700
commitcfd409ed0973ad505c3759aae7c47eea8ae1bd81 (patch)
tree7ab1f0e10a7716109029df8173765bfb90b946de /Documentation/config.txt
parent94f6e3e283f2adfc518b39cfc39291f1c2832ad0 (diff)
downloadgit-cfd409ed0973ad505c3759aae7c47eea8ae1bd81.tar.gz
config.txt: add missing period
Signed-off-by: Kyle Meyer <kyle@kyleam.com> Acked-by: Jeff King <peff@peff.net> 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 6ba50b1104..06615d840b 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.