From: Junio C Hamano Date: Mon, 23 Sep 2024 17:35:06 +0000 (-0700) Subject: Merge branch 'jk/diag-unexpected-remote-helper-death' X-Git-Tag: v2.47.0-rc0~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4f062bdcf0c1055aa2cabd207b9f1a1be8d8823;p=thirdparty%2Fgit.git Merge branch 'jk/diag-unexpected-remote-helper-death' When a remote-helper dies before Git writes to it, SIGPIPE killed Git silently. We now explain the situation a bit better to the end user in our error message. * jk/diag-unexpected-remote-helper-death: print an error when remote helpers die during capabilities --- a4f062bdcf0c1055aa2cabd207b9f1a1be8d8823