Merge branch 'ps/update-ref-batch-flush'
commit06a0eeaa25891edb6ef83c1ea62b2feb6e6652ab
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:45 +0000 (23 13:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:45 +0000 (23 13:44 -0700)
treebfc1025a0fb4bc12c7d4369280e0b11b889357f6
parent99c99ed8259bf070cd8ae7b51a94904b7cf5c161
parent7c1200745bec3034c98d6e44bd5f620849dbe2ba
Merge branch 'ps/update-ref-batch-flush'

"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