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