summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorNanako Shiraishi <nanako3@lavabit.com>2009-07-25 00:28:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-07-26 06:58:29 (GMT)
commit2ceb639f93d4ca05467ec34f49de8b6ceb0deb03 (patch)
tree9666e7e7eddb4649179aec73f205d3e3dfa784dd /Documentation
parentae71760d242abd564eef2f5587a9633f2ee882dc (diff)
downloadgit-2ceb639f93d4ca05467ec34f49de8b6ceb0deb03.zip
git-2ceb639f93d4ca05467ec34f49de8b6ceb0deb03.tar.gz
git-2ceb639f93d4ca05467ec34f49de8b6ceb0deb03.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 6857d2f..c6f09f8 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -49,7 +49,8 @@ There is also a case insensitive alternative `[section.subsection]` syntax.
In this syntax, subsection names follow the same restrictions as for section
names.
-All the other lines are recognized as setting variables, in the form
+All the other lines (and the remainder of the line after the section
+header) are recognized as setting variables, in the form
'name = value'. If there is no equal sign on the line, the entire line
is taken as 'name' and the variable is recognized as boolean "true".
The variable names are case-insensitive and only alphanumeric