summaryrefslogtreecommitdiff
path: root/t/t9133-git-svn-nested-git-repo.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-13 11:48:15 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-13 11:57:28 -0800
commitb40ba17e44cd2614d2f422a0225f6db49ca694a8 (patch)
tree6f7bd308ed243a7d14369a454367107527a616f4 /t/t9133-git-svn-nested-git-repo.sh
parent556e68032f8248c831e48207e5cb923c9fe0e42c (diff)
write-or-die: fix the polarity of GIT_FLUSH environment variable
When GIT_FLUSH is set to 1, true, on, yes, then we should disable skip_stdout_flush, but the conversion somehow did the opposite. With the understanding of the original motivation behind "skip" in 06f59e9f (Don't fflush(stdout) when it's not helpful, 2007-06-29), we can sympathize with the current naming (we wanted to avoid useless flushing of stdout by default, with an escape hatch to always flush), but it is still not a good excuse. Retire the "skip_stdout_flush" variable and replace it with "flush_stdout" that tells if we do or do not want to run fflush(). Reported-by: Xiaoguang WANG <wxiaoguang@gmail.com> Helped-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9133-git-svn-nested-git-repo.sh')
0 files changed, 0 insertions, 0 deletions