On Sat, Mar 02, 2019 at 10:21:00PM +0100, Johannes Schindelin wrote: > Do you want to turn these two patches into a proper patch series? > Otherwise I can take care of it, probably this Monday or Tuesday. Here they are. The old email sending the first one actually had a typo (it sent "0000" instead of "0001" for some packets; oops), which is fixed here. I'm actually not sure of the placement for the second one; see the comments there. [1/2]: fetch: avoid calling write_or_die() [2/2]: fetch: ignore SIGPIPE during network operation builtin/fetch.c | 2 ++ fetch-pack.c | 9 ++++++--- pkt-line.c | 6 ++++-- 3 files changed, 12 insertions(+), 5 deletions(-) -Peff