]> git.neil.brown.name Git - git.git/commit
Merge branch 'jk/push-client-deadlock-fix' into HEAD
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 May 2016 21:40:06 +0000 (14:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 May 2016 21:40:06 +0000 (14:40 -0700)
commitc555e529ac1d29ed98229698d38f77ebb684a017
treef33f100493be4c07ad3b59d72dbcaeb853d1481b
parent920f2ea33bdf06dfda272a146c6fbce2ae11bf99
parented84387a6bfe271e9c1edd277bb6fad54c6a6f0b
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
compat/mingw.h
compat/win32/pthread.h
run-command.c
run-command.h