]> Kevux Git Server - rit/commit
Merge branch 'js/win-kill-child-more-gently'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2026 16:01:02 +0000 (09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2026 16:01:02 +0000 (09:01 -0700)
commite444fd1d537b40fc3061ce27d3ca46aa5ee01562
treee3f974e40a5ab7b1dd7e4c5bff4e69e3d8831145
parent700432b2ba22603a0bcb71475c9c333d17c9b0d1
parent363f1d8b3a9c90f13ca6fd9ab0dc47e483e3cc9c
Merge branch 'js/win-kill-child-more-gently'

Advanced emulation of kill() used on Windows in GfW has been
upstreamed to improve the symptoms like left-behind .lock files and
that fails to let the child clean-up itself when it gets killed.

* js/win-kill-child-more-gently:
  mingw: really handle SIGINT
  mingw: kill child processes in a gentler way