X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=52ffbf4efb8d17c22893112208c5864d4c19741d;hb=17a02998078923f2d62811326d130de991d1a95a;hp=8ea55d46add1da6d1e810cb126a7ecc5ce456650;hpb=537d99033749591245ddd36f7317fd6b8555d803;p=thirdparty%2Fgit.git diff --git a/Documentation/config.txt b/Documentation/config.txt index 8ea55d46ad..52ffbf4efb 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -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".