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 <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ae71760 commit 2ceb639

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)