aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-04-18 14:46:22 -0700
committerJunio C Hamano <gitster@pobox.com>2009-04-18 14:46:22 -0700
commit4f760b74cfaa23222901739cdc62951cc7b8c5b6 (patch)
tree1452411184a945174ddddf05156d37c880bf1529 /Documentation
parent9824a388e53ba0951e38f246038fa0ef6fda3397 (diff)
parent0cbcf7ad71559245b59b90a324011fcf0657af8c (diff)
downloadgit-4f760b74cfaa23222901739cdc62951cc7b8c5b6.tar.gz
git-4f760b74cfaa23222901739cdc62951cc7b8c5b6.tar.xz
Merge branch 'lt/bool-on-off'
* lt/bool-on-off: Documentation: boolean value may be given by on/off Allow users to un-configure rename detection
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 5319df505..5ffd14141 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -61,7 +61,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 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".