summaryrefslogtreecommitdiffstats
path: root/man1/git.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git.1')
-rw-r--r--man1/git.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git.1 b/man1/git.1
index e5c00d430..ccac6c5df 100644
--- a/man1/git.1
+++ b/man1/git.1
@@ -2,12 +2,12 @@
.\" Title: git
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GIT" "1" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GIT" "1" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1791,7 +1791,7 @@ file while waiting for someone with sufficient permissions to fix it\&.
.PP
\fBGIT_FLUSH\fR
.RS 4
-If this environment variable is set to "1", then commands such as
+If this Boolean environment variable is set to true, then commands such as
\fIgit blame\fR
(in incremental mode),
\fIgit rev\-list\fR,
@@ -1799,7 +1799,7 @@ If this environment variable is set to "1", then commands such as
\fIgit check\-attr\fR
and
\fIgit check\-ignore\fR
-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 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\&.
+will force a flush of the output stream after each record have been flushed\&. If this 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\&.
.RE
.PP
\fBGIT_TRACE\fR