git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug report: Incorrect GIT_FLUSH behavior in 2.43.1 (regression and breaking)
@ 2024-02-12 15:18 Xiaoguang WANG
  2024-02-12 17:11 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Xiaoguang WANG @ 2024-02-12 15:18 UTC (permalink / raw)
  To: git

Ref: https://github.com/git/git/commit/556e68032f8248c831e48207e5cb923c9fe0e42c

If GIT_FLUSH=true, it should mean to "do the flush". But that commit
made skip_stdout_flush=true when GIT_FLUSH=true.

And by the way, only accepting GIT_FLUSH=true is quite breaking, it
drops the compatibility of GIT_FLUSH=1: it causes the existing
programs which depend on the "flushing(GIT_FLUSH=1)" behavior would
hang forever if they use the new git binary, because the program won't
see any flushed output ....

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-14 10:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-12 15:18 Bug report: Incorrect GIT_FLUSH behavior in 2.43.1 (regression and breaking) Xiaoguang WANG
2024-02-12 17:11 ` Junio C Hamano
2024-02-12 17:18   ` Xiaoguang WANG
2024-02-13 11:07   ` Phillip Wood
2024-02-13 17:26     ` Junio C Hamano
2024-02-13 19:48       ` Junio C Hamano
2024-02-14 10:57         ` Phillip Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).