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

Trivial merge