aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-16 16:16:00 +0900
committerJunio C Hamano <gitster@pobox.com>2018-10-16 16:16:00 +0900
commit7a3335db9193e016cf0ca74dde6386f3127d0f7a (patch)
treea32e32952d3fcd348b7202db4605ea3ae5e1812f /Documentation/config.txt
parent73b9c6f58358c2d6167f7a51ac06eee2fab6f5d8 (diff)
parent08caa95a27e8530156cc3b43bc7588dcc838fab8 (diff)
downloadgit-7a3335db9193e016cf0ca74dde6386f3127d0f7a.tar.gz
Merge branch 'ma/config-doc-update'
Doc update. * ma/config-doc-update: git-config.txt: fix 'see: above' note Doc: use `--type=bool` instead of `--bool`
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 1546833213..c9f8b72df7 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -225,7 +225,7 @@ boolean::
false;; Boolean false literals are `no`, `off`, `false`,
`0` and the empty string.
+
-When converting value to the canonical form using `--bool` type
+When converting a value to its canonical form using the `--type=bool` type
specifier, 'git config' will ensure that the output is "true" or
"false" (spelled in lowercase).