]> Kevux Git Server - rit/commit
Merge branch 'aa/reap-transport-child-processes'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 22:42:50 +0000 (15:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 22:42:51 +0000 (15:42 -0700)
commit87972f30017cc82ea9bab8e20e85bcf1fe84e1d2
treead3428814b218490aa3dd5e85eb3f3f7f70a7c0d
parenta2dc76525117e69f19afb54fec298f3d9ef76499
parentdd3693eb0859274d62feac8047e1d486b3beaf31
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