Code

Documentation/config.txt: make truth value of numbers more explicit
[git.git] / Documentation / config.txt
index 701fba92dc1cfda8982aee8b66eb39b8b1c5816b..1a571f41742af09f52cc31462f501521aacd00d9 100644 (file)
@@ -62,7 +62,7 @@ Internal whitespace within a variable value is retained verbatim.
 
 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, true/false or on/off.  Case is not significant in boolean values, when
+1/0, 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".