Merge branch 'jk/epipe-in-async' into maint
commitfbef03d6ab6b9ee23ba1cf895f47314fe4308d2c
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Mar 2016 19:13:38 +0000 (10 11:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Mar 2016 19:13:38 +0000 (10 11:13 -0800)
tree7ad0cc5376f8aedca61433638f328a188439331c
parent2d5ff66c134681d846e5102a9a62ec99c2178fe1
parent43f3afc6bc6b79715ea46aaf341683cbba6ee965
Merge branch 'jk/epipe-in-async' into maint

Handling of errors while writing into our internal asynchronous
process has been made more robust, which reduces flakiness in our
tests.

* jk/epipe-in-async:
  t5504: handle expected output from SIGPIPE death
  test_must_fail: report number of unexpected signal
  fetch-pack: ignore SIGPIPE in sideband demuxer
  write_or_die: handle EPIPE in async threads