Skip to content

Commit 0cbcf7a

Browse files
mkiedrowiczgitster
authored andcommitted
Documentation: boolean value may be given by on/off
Signed-off-by: Michał Kiedrowicz <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8f8c6fa commit 0cbcf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Internal whitespace within a variable value is retained verbatim.
6161

6262
The values following the equals sign in variable assign are all either
6363
a string, an integer, or a boolean. Boolean values may be given as yes/no,
64-
0/1 or true/false. Case is not significant in boolean values, when
64+
0/1, true/false or on/off. Case is not significant in boolean values, when
6565
converting value to the canonical form using '--bool' type specifier;
6666
'git-config' will ensure that the output is "true" or "false".
6767

0 commit comments

Comments
 (0)