mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-02 08:03:45 -05:00
"git worktree add" used to do a "find an available name with stat and then mkdir", which is race-prone. This has been fixed by using mkdir and reacting to EEXIST in a loop. * ms/worktree-add-atomic-mkdir: worktree: fix worktree add race
26 KiB
26 KiB