]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'aa/reap-transport-child-processes' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 31 Mar 2026 20:00:56 +0000 (13:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Mar 2026 20:00:56 +0000 (13:00 -0700)
commitfb77f8ba9e0fff5e6937d246800fa873d8ec104b
tree5aed7154dca96e45ae1f23c3a491314474fb6623
parent66ece1b5d6efa87c5f9243d1952997a791f7cbe5
parentdd3693eb0859274d62feac8047e1d486b3beaf31
Merge branch 'aa/reap-transport-child-processes' into next

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