From: Junio C Hamano Date: Mon, 6 Apr 2026 22:42:50 +0000 (-0700) Subject: Merge branch 'aa/reap-transport-child-processes' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=87972f30017cc82ea9bab8e20e85bcf1fe84e1d2;p=rit 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