Merge branch 'eb/cred-helper-ignore-sigpipe'
commit7a94b26f177b3e9ad20c61a3bc0d3e4ea36e554e
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 04:09:57 +0000 (11 13:09 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 04:09:57 +0000 (11 13:09 +0900)
tree2d32c79da21e9e3b12d1492b785d475fc0aa0f4f
parent9b59d8869de2fdb63b1ac4cbd68c42b15bda2a19
parenta0d51e8d0e866538632b16e13a5f51bc80eacf48
Merge branch 'eb/cred-helper-ignore-sigpipe'

When credential helper exits very quickly without reading its
input, it used to cause Git to die with SIGPIPE, which has been
fixed.

* eb/cred-helper-ignore-sigpipe:
  credential: ignore SIGPIPE when writing to credential helpers