mirror of
https://github.com/git/git.git
synced 2026-03-01 19:16:25 +00:00
Pthread emulation on Win32 leaked thread handle when a thread is joined. * sk/win32-close-handle-upon-pthread-join: win32: close handles of threads that have been joined win32: prepare pthread.c for change by formatting