summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-19 16:28:07 -0700
committerJunio C Hamano <gitster@pobox.com>2021-03-19 16:28:07 -0700
commitd6b9ba3262e9125b842efd226c8023a5c9aed98c (patch)
tree3bbbffd1c962590a423d777805c222fa56243f1d /config.txt
parent3692c01e1b89453b05f8049443583bfa935f300c (diff)
downloadgit-htmldocs-d6b9ba3262e9125b842efd226c8023a5c9aed98c.tar.gz
Autogenerated HTML docs for v2.31.0-29-g98164
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.txt b/config.txt
index d08e83a14..bf82766a6 100644
--- a/config.txt
+++ b/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.