summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eda95d9)
raw | patch | inline | side by side (parent: eda95d9)
author | Jakub Narebski <jnareb@gmail.com> | |
Wed, 24 Jan 2007 14:14:33 +0000 (15:14 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 24 Jan 2007 23:30:37 +0000 (15:30 -0800) |
Contrary to variable values, in subsection names parsing character
escape codes (besides literal escaping of " as \", and \ as \\)
is not performed; subsection name cannot contain newlines.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
escape codes (besides literal escaping of " as \", and \ as \\)
is not performed; subsection name cannot contain newlines.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | patch | blob | history |
index 77a2b164162aa6b55f41c74019d0527b8f47e590..d8244b1510e1879f4e30b8bb69890433be675741 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
--------
-Subsection names can contain any characters (doublequote '`"`', backslash
-'`\`' and newline have to be entered escaped as '`\"`', '`\\`' and '`\n`',
+Subsection names can contain any characters except newline (doublequote
+'`"`' and backslash have to be escaped as '`\"`' and '`\\`',
respecitvely) and are case sensitive. Section header 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