jgit/org.eclipse.jgit/src/org/eclipse
Motiejus Jakštys ab2d63322f FS.detectSymlinkSupport: fix a race
When >1 JGit clients are instantiated concurrently, they may try to
create the same symlink at the same time. When that happens, the second
thread will return an error (because the symlink already exists) and
that `FS` instance will think that symlinks are not supported, causing
havoc.
2023-12-28 16:40:31 +02:00
..
jgit FS.detectSymlinkSupport: fix a race 2023-12-28 16:40:31 +02:00