]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config.txt: add missing period
authorKyle Meyer <kyle@kyleam.com>
Tue, 16 Mar 2021 14:40:40 +0000 (10:40 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Mar 2021 18:25:15 +0000 (11:25 -0700)
Signed-off-by: Kyle Meyer <kyle@kyleam.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index 6ba50b1104aa798cc80c92a521da39a026d82955..06615d840bdb1f6db0818fb0a4b60992f4626985 100644 (file)
@@ -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.