summaryrefslogtreecommitdiffstats
path: root/git.html
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.html
parent17d8c4cb0d583aa8474a2d20a88eb5a42b6b26ff (diff)
downloadgit-htmldocs-52d8fce24f6d24558ba9432b8e89bf087c22ff0b.tar.gz
Autogenerated HTML docs for v2.43.0-334-gd4dbc
Diffstat (limited to 'git.html')
-rw-r--r--git.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/git.html b/git.html
index c937a22e6..b21b81a06 100644
--- a/git.html
+++ b/git.html
@@ -3327,13 +3327,12 @@ for further details.</p></div>
</dt>
<dd>
<p>
-
- If this environment variable is set to "1", then commands such
+ If this Boolean environment variable is set to true, then commands such
as <em>git blame</em> (in incremental mode), <em>git rev-list</em>, <em>git log</em>,
<em>git check-attr</em> and <em>git check-ignore</em> 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.
@@ -3837,7 +3836,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2023-12-27 15:50:18 PST
+ 2024-01-12 16:26:54 PST
</div>
</div>
</body>