From: Junio C Hamano Date: Tue, 30 Sep 2014 05:17:20 +0000 (-0700) Subject: Merge branch 'pr/use-default-sigpipe-setting' X-Git-Tag: v2.2.0-rc0~70 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/131f0315c46c30d5a9e6743354808230cf4908c0 Merge branch 'pr/use-default-sigpipe-setting' 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 --- 131f0315c46c30d5a9e6743354808230cf4908c0