Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-15 19:06:57 +0300
committerJunio C Hamano <gitster@pobox.com>2022-09-15 21:34:51 +0300
commitfd01795beb1bda7aa738b443bcb01cc9df70059a (patch)
tree66fceda921750dcac253ccdaa5d7e60f93ae792f /Documentation/git.txt
parent80f0b3f397d6467cb6f6fc9456b867aaffdc9b8c (diff)
environ: GIT_FLUSH should be made a usual Boolean
This uses atoi() and checks if the result is not zero to decide what to do. Turning it into the usual Boolean environment variable to use git_env_bool() would not break those who have been using "set to 0, or set to non-zero, that can be parsed with atoi()" values, but will match the expectation of those who expected "true" to mean "yes". Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 00ab9d7978..8159a4b3a4 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -705,6 +705,7 @@ for further details.
waiting for someone with sufficient permissions to fix it.
`GIT_FLUSH`::
+// NEEDSWORK: make it into a usual Boolean environment variable
If this environment variable is set to "1", then commands such
as 'git blame' (in incremental mode), 'git rev-list', 'git log',
'git check-attr' and 'git check-ignore' will