]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3300-funny-names.sh
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)
commit353a27ad95b726e650b5782a1056c4ca81992efb
tree3446433f5ad224ddeccb1985e3cf47a26ee096eb
parent85ac30ff5c581587f04c9e939dea95b292c9cecb
parent2a4aed42ecf6ee4ba8824423bd40010c3572aa0c
Merge branch 'jk/fetch-pack-avoid-sigpipe-to-index-pack'

"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
fetch-pack.c