]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cp/git-flush-is-an-env-bool'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:31:12 +0000 (14:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:31:12 +0000 (14:31 -0800)
Recent conversion to allow more than 0/1 in GIT_FLUSH broke the
mechanism by flipping what yes/no means by mistake, which has been
corrected.

* cp/git-flush-is-an-env-bool:
  write-or-die: fix the polarity of GIT_FLUSH environment variable


Trivial merge