jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit
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
..
api Fix branch ref exist check 2023-11-18 00:05:35 +01:00
attributes Ignore core.eol if core.autocrlf=input 2020-05-22 17:09:23 -04:00
diff RawText.isBinary(): handle complete buffer correctly 2022-11-16 15:17:19 -05:00
dircache Checkout: better directory handling 2023-09-03 00:16:26 +02:00
events Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
fnmatch Remove duplicate copyright statements 2020-01-04 01:34:46 +01:00
gitrepo BaseSuperprojectWriter: report invalid paths as manifest errors 2022-08-23 12:10:27 -07:00
ignore Default for global (user) git ignore file 2023-06-19 08:19:29 +02:00
indexdiff IndexDiffWithSymlinkTest: handle InaccessibleObjectException 2021-09-29 17:13:05 +02:00
internal PackBitmapIndex/StoredBitmap: Expose size and counts 2023-12-14 15:42:41 -08:00
junit Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
lib BitmapIndex: Add interface to track bitmaps found (or not) 2023-11-21 11:19:01 -08:00
logging Fix bug in PerformanceLogContext 2020-11-06 19:20:08 -04:00
merge Merge: Add diff3 style merge conflict formatter. 2023-07-31 11:57:28 -07:00
nls Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
notes Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
patch PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream 2023-11-16 09:47:19 +01:00
revplot Revert "RevWalk: stop mixing lines of history in topo sort" 2020-02-26 14:47:20 -05:00
revwalk FooterLine: Protect from ill-formed message 2023-12-05 16:00:41 -08:00
storage/file Handle global git config $XDG_CONFIG_HOME/git/config 2023-08-28 22:05:47 +02:00
submodule [test] Fix closing of test repositories 2022-01-30 17:16:02 -05:00
symlinks Checkout: better directory handling 2023-09-03 00:16:26 +02:00
test/resources Adjust javadoc to pass errorprone checks 2023-11-17 10:17:28 -08:00
transport Adjust javadoc to pass errorprone checks 2023-11-17 10:17:28 -08:00
treewalk Remove redundant specification of type arguments 2023-07-16 15:11:17 +02:00
util FS.detectSymlinkSupport: fix a race 2023-12-28 16:40:31 +02:00