aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix API problem filtersMatthias Sohn2019-08-093-191/+25
* Increase severity of AmbiguousMethodReference to ERRORDavid Pursehouse2019-08-091-1/+1
* [error prone] suppress AmbiguousMethodReference in AnyLongObjectIdDavid Pursehouse2019-08-091-1/+20
* [error prone] fix ReferenceEquality warning in CommitBuilderMatthias Sohn2019-08-091-2/+3
* [error prone] suppress NonAtomicVolatileUpdate warning in SimpleLruCacheMatthias Sohn2019-08-091-0/+2
* [error prone] fix ReferenceEquality warning in CommitGraphPane#authorForMatthias Sohn2019-08-091-1/+2
* [error prone] fix ReferenceEquality warning in RevWalk#isMergedIntoMatthias Sohn2019-08-091-2/+5
* [error prone] fix ReferenceEquality warning in RefUpdate#updateImplMatthias Sohn2019-08-091-1/+3
* [error prone] fix ReferenceEquality warning in static equals methodsMatthias Sohn2019-08-096-5/+80
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-0822-38/+59
* [error prone] fix "FutureReturnValueIgnored" error in FSMatthias Sohn2019-08-081-1/+1
* Fix formatting and add missing braces in Repository#stripWorkDirMatthias Sohn2019-08-081-5/+7
* Repository: fix reference comparison of FilesMatthias Sohn2019-08-081-1/+2
* MergeAlgorithm: Suppress Error Prone warning about reference equalityDavid Pursehouse2019-08-081-1/+6
* Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse2019-08-0810-17/+18
* FS_POSIX: handle Files.getFileStore() failuresThomas Wolf2019-08-081-2/+12
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-0878-715/+3017
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-0878-720/+3023
| |\
| | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-0878-744/+3042
| | |\
| | | * 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
| | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-1850-290/+783
| | | * Workaround SecurityException in FS#getFsTimestampResolutionMatthias Sohn2019-07-171-1/+1
| | | * Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolutionMatthias Sohn2019-07-172-0/+9
| | | * FS: ignore AccessDeniedException when measuring timestamp resolutionMatthias Sohn2019-07-171-0/+3
| | | * Add debug trace for FileSnapshotMatthias Sohn2019-07-172-12/+51
| | | * Use FileChannel.open to touch file and set mtime to nowMatthias Sohn2019-07-173-5/+11
| | | * Persist filesystem timestamp resolution and allow manual configurationMatthias Sohn2019-07-178-11/+183
| | | * Increase bazel timeout for long running testsMatthias Sohn2019-07-161-0/+4
| | | * Bazel: Fix lint warning flagged by buildifierDavid Ostrovsky2019-07-162-8/+8