Skip to content

Commit 2ceb639

Browse files
Nanako Shiraishigitster
authored andcommitted
Documentation/config.txt: a variable can be defined on the section header line
Signed-off-by: Nanako Shiraishi <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ae71760 commit 2ceb639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/config.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ There is also a case insensitive alternative `[section.subsection]` syntax.
4949
In this syntax, subsection names follow the same restrictions as for section
5050
names.
5151

52-
All the other lines are recognized as setting variables, in the form
52+
All the other lines (and the remainder of the line after the section
53+
header) are recognized as setting variables, in the form
5354
'name = value'. If there is no equal sign on the line, the entire line
5455
is taken as 'name' and the variable is recognized as boolean "true".
5556
The variable names are case-insensitive and only alphanumeric

0 commit comments

Comments
 (0)