aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.adoc
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-02-21 10:35:53 -0800
committerJunio C Hamano <gitster@pobox.com>2025-02-21 10:35:53 -0800
commit0fbe93b36c05bbf4156c157f27998938ce312265 (patch)
tree39f285e9ebbf1aafa2025d072de7ee0833d3dea2 /Documentation/git.adoc
parent55b5ba87f1ce7ef5c9f891392a7271bfc4d62d2b (diff)
parent832f56f06a5910b2f41a2e0dd8b382b6c709de07 (diff)
downloadgit-0fbe93b36c05bbf4156c157f27998938ce312265.tar.xz
Merge branch 'jc/doc-boolean-synonyms'
Doc updates. * jc/doc-boolean-synonyms: doc: centrally document various ways tospell `true` and `false`
Diffstat (limited to 'Documentation/git.adoc')
-rw-r--r--Documentation/git.adoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git.adoc b/Documentation/git.adoc
index a9c1183318..743b7b00e4 100644
--- a/Documentation/git.adoc
+++ b/Documentation/git.adoc
@@ -472,8 +472,9 @@ Environment Variables
---------------------
Various Git commands pay attention to environment variables and change
their behavior. The environment variables marked as "Boolean" take
-their values the same way as Boolean valued configuration variables, e.g.
-"true", "yes", "on" and positive numbers are taken as "yes".
+their values the same way as Boolean valued configuration variables, i.e.,
+"true", "yes", "on" and positive numbers are taken as "yes", while "false",
+"no", "off", and "0" are taken as "no".
Here are the variables: