Merge branch 'eb/cred-helper-ignore-sigpipe' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Mar 2018 19:42:03 +0000 (12:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Mar 2018 19:42:03 +0000 (12:42 -0700)
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