Merge branch 'ps/update-ref-batch-flush' into maint
commitb5f309dc7f9b358e8a0dd0c0db0ca2afe3dae973
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:46 +0000 (12 13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:46 +0000 (12 13:51 -0700)
tree702fedab57c116a9910dea69391ac1c30920c6cd
parentd64b99d35b971248da5f55d03465813345b5dbef
parent7c1200745bec3034c98d6e44bd5f620849dbe2ba
Merge branch 'ps/update-ref-batch-flush' into maint

"git update-ref --stdin" failed to flush its output as needed,
which potentially led the conversation to a deadlock.

* ps/update-ref-batch-flush:
  t1400: avoid SIGPIPE race condition on fifo
  update-ref: fix streaming of status updates