]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/fetch-pack-avoid-sigpipe-to-index-pack'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:12 +0000 (14:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:12 +0000 (14:35 -0800)
"git fetch", when received a bad packfile, can fail with SIGPIPE.
This wasn't wrong per-se, but we now detect the situation and fail
in a more predictable way.

* jk/fetch-pack-avoid-sigpipe-to-index-pack:
  fetch-pack: ignore SIGPIPE when writing to index-pack

1  2 
fetch-pack.c

diff --cc fetch-pack.c
Simple merge