summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-12 16:30:24 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-12 16:30:24 -0800
commit52d8fce24f6d24558ba9432b8e89bf087c22ff0b (patch)
tree2588b8e3b649dc7ded3e628cae5dfa8da0c1dd4d /git.txt
parent17d8c4cb0d583aa8474a2d20a88eb5a42b6b26ff (diff)
downloadgit-htmldocs-52d8fce24f6d24558ba9432b8e89bf087c22ff0b.tar.gz
Autogenerated HTML docs for v2.43.0-334-gd4dbc
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/git.txt b/git.txt
index bf9e6af69..962887f19 100644
--- a/git.txt
+++ b/git.txt
@@ -724,13 +724,12 @@ 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
+ If this Boolean environment variable is set to true, then commands such
as 'git blame' (in incremental mode), 'git rev-list', 'git log',
'git check-attr' and 'git check-ignore' will
force a flush of the output stream after each record have been
flushed. If this
- variable is set to "0", the output of these commands will be done
+ variable is set to false, the output of these commands will be done
using completely buffered I/O. If this environment variable is
not set, Git will choose buffered or record-oriented flushing
based on whether stdout appears to be redirected to a file or not.