summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f8c6fa)
raw | patch | inline | side by side (parent: 8f8c6fa)
author | Michał Kiedrowicz <michal.kiedrowicz@gmail.com> | |
Fri, 17 Apr 2009 20:34:25 +0000 (22:34 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 18 Apr 2009 03:46:43 +0000 (20:46 -0700) |
Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history |
index 3afd124749fc6301069a0832071000a769e5053b..103ea9bc29730232ba689311f37340232a3af26c 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
The values following the equals sign in variable assign are all either
a string, an integer, or a boolean. Boolean values may be given as yes/no,
-0/1 or true/false. Case is not significant in boolean values, when
+0/1, true/false or on/off. Case is not significant in boolean values, when
converting value to the canonical form using '--bool' type specifier;
'git-config' will ensure that the output is "true" or "false".