summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v5.1.9.201908210455-rv5.1.9.201908210455-rMatthias Sohn2019-08-2156-59/+59
* Avoid sign extension when comparing mtime with Instant#getEpochSecondMatthias Sohn2019-08-211-1/+1
* Fix deprecation in DirCache caused by Instant based DirCacheEntryMichael Keppler2019-08-211-7/+5
* Fix NPE in RebaseTodoFile#parseCommentsMatthias Sohn2019-08-191-5/+7
* Fix NPE in ObjectIdOwnerMap#getMatthias Sohn2019-08-181-0/+3
* Fix NPE in CommitOnlyTest#getHeadMatthias Sohn2019-08-181-0/+6
* FileUtils#lastModifiedInstant should not log error if path doesn't existMatthias Sohn2019-08-181-1/+7
* Cache user global and system-wide git configurationsMatthias Sohn2019-08-1816-227/+337
* Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lockMatthias Sohn2019-08-161-6/+7
* Add missing dependencies for running FS_POSIXTest in EclipseMatthias Sohn2019-08-161-0/+2
* Fix javadoc for SystemReader#getInstanceMatthias Sohn2019-08-161-3/+3
* Improve retry handling when saving FileStoreAttributes failsMatthias Sohn2019-08-133-4/+16
* Merge "Ensure FSTest uses MockSystemReader" into stable-5.1David Pursehouse2019-08-121-0/+2
|\
| * Ensure FSTest uses MockSystemReaderMatthias Sohn2019-08-131-0/+2
* | Make supportsAtomicCreateNewFile return true as defaultVishal Devgire2019-08-123-1/+133
* | Update orbit to R20190602212107-2019-06 to enable backports from masterMatthias Sohn2019-08-1215-91/+149
|/
* Handle InvalidPathException in FS_POSIX#createNewFileAtomicMatthias Sohn2019-08-121-1/+2
* Ensure root cause of lock creation failures is loggedMatthias Sohn2019-08-121-3/+7
* Implement toString in MockSystemReader and MockConfigMatthias Sohn2019-08-111-0/+11
* LocalDiskRefTreeDatabaseTest shall use MockSystemReaderMatthias Sohn2019-08-111-0/+1
* Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReaderMatthias Sohn2019-08-112-21/+36
* Ensure we use MockSystemReader in testsMatthias Sohn2019-08-103-0/+8
* Override FileBasedConfig's save method in MockConfigMatthias Sohn2019-08-101-0/+5
* Remove FileBasedConfig.load(boolean) introduced in d45219baMatthias Sohn2019-08-103-46/+12
* Disable debug log for FS in org.eclipse.jgit.testMatthias Sohn2019-08-101-1/+1
* Bazel: enable logging for tests in org.eclipse.jgit.testMatthias Sohn2019-08-103-3/+13
* LockFile: log exception if creation of lock file failedMatthias Sohn2019-08-103-3/+10
* Stop using deprecated Constants.CHARACTER_ENCODINGDavid Pursehouse2019-08-092-3/+3
* Fix OpenSshConfigTest#configMatthias Sohn2019-08-081-1/+7
* FileSnapshot: fix bug with timestamp thresholdingHan-Wen Nienhuys2019-08-072-10/+31
* In LockFile#waitForStatChange wait in units of file time resolutionMatthias Sohn2019-08-071-1/+4
* Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-066-1/+428
* Fix FileSnapshot#save(long) and FileSnapshot#save(Instant)Matthias Sohn2019-08-062-5/+12
* Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-0612-94/+195
* Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-0612-86/+245
* Reuse FileUtils to recursively delete files created by testsMatthias Sohn2019-07-261-23/+19
* Fix FileAttributeCache.toString()Matthias Sohn2019-07-261-6/+3
* Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-265-2/+350
* Repeat RefDirectoryTest.testGetRef_DiscoversModifiedLoose 100 timesMatthias Sohn2019-07-241-0/+2
* Fix org.eclipse.jdt.core.prefs of org.eclipse.jgit.junitMatthias Sohn2019-07-241-9/+20
* Add missing javadoc in org.eclipse.jgit.junitMatthias Sohn2019-07-242-0/+157
* Enhance RepeatRule to report number of failures at the endMatthias Sohn2019-07-192-3/+34
* Fix FileSnapshotTests for filesystem with high timestamp resolutionMatthias Sohn2019-07-191-2/+14
* Retry deleting test files in FileBasedConfigTestMatthias Sohn2019-07-191-1/+1
* Measure filesystem timestamp resolution already in test setupMatthias Sohn2019-07-195-1/+16
* Refactor FileSnapshotTest to use NIO APIsMatthias Sohn2019-07-192-89/+93
* Measure stored timestamp resolution instead of time to touch fileMatthias Sohn2019-07-191-25/+24
* Handle CancellationException in FileStoreAttributeCacheMatthias Sohn2019-07-191-1/+2
* Fix FileSnapshot#saveNoConfigMatthias Sohn2019-07-191-1/+1
* Use Instant for smudge time in DirCache and DirCacheEntryMatthias Sohn2019-07-183-11/+39