Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Git 2.8.4
[gitweb.git]
/
send-pack.c
diff --git
a/send-pack.c
b/send-pack.c
index fc27db6055986f094a62a2f183ef83524e6d078f..37ee04ea3bf41b3bc4b0b920d52449c2f6d681d7 100644
(file)
--- a/
send-pack.c
+++ b/
send-pack.c
@@
-518,6
+518,7
@@
int send_pack(struct send_pack_args *args,
demux.proc = sideband_demux;
demux.data = fd;
demux.out = -1;
+ demux.isolate_sigpipe = 1;
if (start_async(&demux))
die("send-pack: unable to fork off sideband demultiplexer");
in = demux.out;