diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-02-21 10:35:53 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-02-21 10:35:53 -0800 |
| commit | 0fbe93b36c05bbf4156c157f27998938ce312265 (patch) | |
| tree | 39f285e9ebbf1aafa2025d072de7ee0833d3dea2 /Documentation/git.adoc | |
| parent | 55b5ba87f1ce7ef5c9f891392a7271bfc4d62d2b (diff) | |
| parent | 832f56f06a5910b2f41a2e0dd8b382b6c709de07 (diff) | |
| download | git-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.adoc | 5 |
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: |
