Merge branch 'pr/use-default-sigpipe-setting'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2014 05:17:20 +0000 (22:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2014 05:17:20 +0000 (22:17 -0700)
We used to get confused when a process called us with SIGPIPE
ignored; we do want to die with SIGPIPE when the output is not
read by default, and do ignore the signal when appropriate.

* pr/use-default-sigpipe-setting:
mingw.h: add dummy functions for sigset_t operations
unblock and unignore SIGPIPE

1  2 
git.c
diff --cc git.c
Simple merge