summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-01-05 15:25:32 -0800
committerJunio C Hamano <gitster@pobox.com>2018-01-05 15:25:32 -0800
commit2a78f2782c79f72b80dfdeb525d9f8f367888199 (patch)
tree6a7a3304c6364020f2ef80360b7e90df3bc0c68d /config.txt
parent68e72b77e38cd977e75ab3e6e439a98a1d80e5d8 (diff)
downloadgit-htmldocs-2a78f2782c79f72b80dfdeb525d9f8f367888199.tar.gz
Autogenerated HTML docs for v2.16.0-rc1
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/config.txt b/config.txt
index 64c1dbba9..0e25b2c92 100644
--- a/config.txt
+++ b/config.txt
@@ -41,11 +41,13 @@ in the section header, like in the example below:
--------
Subsection names are case sensitive and can contain any characters except
-newline (doublequote `"` and backslash can be included by escaping them
-as `\"` and `\\`, respectively). 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.
+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.
+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.
There is also a deprecated `[section.subsection]` syntax. With this
syntax, the subsection name is converted to lower-case and is also