diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-09-15 09:06:56 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-09-15 11:34:51 -0700 |
| commit | 80f0b3f397d6467cb6f6fc9456b867aaffdc9b8c (patch) | |
| tree | ad533e137c0fe9f004eaeaf6101d78df63a17a73 /gitweb/static/js/javascript-detection.js | |
| parent | environ: document GIT_SSL_NO_VERIFY (diff) | |
| download | git-80f0b3f397d6467cb6f6fc9456b867aaffdc9b8c.tar.gz git-80f0b3f397d6467cb6f6fc9456b867aaffdc9b8c.zip | |
environ: explain Boolean environment variables
Many environment variables use the git_env_bool() API to parse their
values, and allow the usual "true/yes/on are true, false/no/off are
false. In addition non-zero numbers are true and zero is false. An
empty string is also false." set of values.
Mark them as such, and consistently say "true" or "false", instead
of random mixes of '1', '0', 'yes', 'true', etc. in their
description.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/static/js/javascript-detection.js')
0 files changed, 0 insertions, 0 deletions
