From: Junio C Hamano Date: Mon, 6 Apr 2026 22:42:50 +0000 (-0700) Subject: Merge branch 'aa/reap-transport-child-processes' X-Git-Tag: v2.54.0-rc1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87972f30017cc82ea9bab8e20e85bcf1fe84e1d2;p=thirdparty%2Fgit.git Merge branch 'aa/reap-transport-child-processes' A few code paths that spawned child processes for network connection weren't wait(2)ing for their children and letting "init" reap them instead; they have been tightened. * aa/reap-transport-child-processes: transport-helper, connect: use clean_on_exit to reap children on abnormal exit --- 87972f30017cc82ea9bab8e20e85bcf1fe84e1d2