From: Junio C Hamano Date: Mon, 30 Sep 2024 23:16:14 +0000 (-0700) Subject: Merge branch 'pw/submodule-process-sigpipe' X-Git-Tag: v2.47.0-rc1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22baac889235bb3752ae36baec36f345871ac939;p=thirdparty%2Fgit.git Merge branch 'pw/submodule-process-sigpipe' When a subprocess to work in a submodule spawned by "git submodule" fails with SIGPIPE, the parent Git process caught the death of it, but gave a generic "failed to work in that submodule", which was misleading. We now behave as if the parent got SIGPIPE and die. * pw/submodule-process-sigpipe: submodule status: propagate SIGPIPE --- 22baac889235bb3752ae36baec36f345871ac939