summaryrefslogtreecommitdiffstats
path: root/git-config.html
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 /git-config.html
parent3692c01e1b89453b05f8049443583bfa935f300c (diff)
downloadgit-htmldocs-d6b9ba3262e9125b842efd226c8023a5c9aed98c.tar.gz
Autogenerated HTML docs for v2.31.0-29-g98164
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index eea7f7866..6601d3860 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1520,7 +1520,7 @@ in the section header, like in the example below:</p></div>
newline and the null byte. Doublequote <code>"</code> and backslash can be included
by escaping them as <code>\"</code> and <code>\\</code>, respectively. Backslashes preceding
other characters are dropped when reading; for example, <code>\t</code> is read as
-<code>t</code> and <code>\0</code> is read as <code>0</code> Section headers cannot span multiple lines.
+<code>t</code> and <code>\0</code> is read as <code>0</code>. Section headers cannot span multiple lines.
Variables may belong directly to a section or to a given subsection. You
can have <code>[section]</code> if you have <code>[section "subsection"]</code>, but you don&#8217;t
need to.</p></div>