From: Junio C Hamano Date: Wed, 18 May 2016 21:40:06 +0000 (-0700) Subject: Merge branch 'jk/push-client-deadlock-fix' into HEAD X-Git-Tag: v2.8.3~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c555e529ac1d29ed98229698d38f77ebb684a017;p=git Merge branch 'jk/push-client-deadlock-fix' into HEAD Some Windows SDK lacks pthread_sigmask() implementation and fails to compile the recently updated "git push" codepath that uses it. * jk/push-client-deadlock-fix: Windows: only add a no-op pthread_sigmask() when needed Windows: add pthread_sigmask() that does nothing t5504: drop sigpipe=ok from push tests fetch-pack: isolate sigpipe in demuxer thread send-pack: isolate sigpipe in demuxer thread run-command: teach async threads to ignore SIGPIPE send-pack: close demux pipe before finishing async process --- c555e529ac1d29ed98229698d38f77ebb684a017