]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/submodule-process-sigpipe'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2024 23:16:14 +0000 (16:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2024 23:16:15 +0000 (16:16 -0700)
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

1  2 
builtin/submodule--helper.c

Simple merge