]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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


Trivial merge