aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [error prone] fix ReferenceEquality warning in static equals methodsMatthias Sohn2019-08-095-4/+77
| * | | | [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-0818-32/+52
| * | | | [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-088-14/+15
| * | | | FS_POSIX: handle Files.getFileStore() failuresThomas Wolf2019-08-081-2/+12
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-0827-204/+1482
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-0827-203/+1477
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-0827-203/+1477
| | | |\|
| | | | * FileSnapshot: fix bug with timestamp thresholdingHan-Wen Nienhuys2019-08-071-2/+3
| | | | * In LockFile#waitForStatChange wait in units of file time resolutionMatthias Sohn2019-08-071-1/+4
| | | | * Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-063-1/+284
| | | | * Fix FileSnapshot#save(long) and FileSnapshot#save(Instant)Matthias Sohn2019-08-062-5/+12
| | | | * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-064-81/+168
| | | | * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-063-59/+201
| | | | * Fix FileAttributeCache.toString()Matthias Sohn2019-07-261-6/+3
| | | | * Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-262-2/+153
| | | | * 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-182-11/+33
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-1821-123/+375
| | | | * Workaround SecurityException in FS#getFsTimestampResolutionMatthias Sohn2019-07-171-1/+1
| | | | * Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolutionMatthias Sohn2019-07-171-0/+1
| | | | * FS: ignore AccessDeniedException when measuring timestamp resolutionMatthias Sohn2019-07-171-0/+3
| | | | * Add debug trace for FileSnapshotMatthias Sohn2019-07-171-12/+49
| | | | * Use FileChannel.open to touch file and set mtime to nowMatthias Sohn2019-07-172-4/+10
| | | | * Persist filesystem timestamp resolution and allow manual configurationMatthias Sohn2019-07-176-11/+159
| | | | * Add support for nanoseconds and microseconds for Config#getTimeUnitMatthias Sohn2019-07-111-0/+8
| | | | * Optionally measure filesystem timestamp resolution asynchronouslyMatthias Sohn2019-07-111-51/+138
| | | | * FileSnapshot#equals: consider UNKNOWN_SIZEHan-Wen Nienhuys2019-07-091-2/+3
| | | | * Timeout measuring file timestamp resolution after 2 secondsMatthias Sohn2019-07-032-2/+16
| | | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-198-28/+31
| | | | * Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-191-6/+29
| | | | * Make inner classes static where possibleDavid Pursehouse2019-06-172-2/+2
| * | | | GlobalBundleCache: Fix ClassNewInstance warning from Error ProneDavid Pursehouse2019-06-221-2/+4
| * | | | IncorrectObjectTypeException: Fix typos in constructors' JavadocDavid Pursehouse2019-06-201-2/+2
| * | | | Error Prone: Increase severity of NonOverridingEquals to ERRORDavid Pursehouse2019-06-173-0/+10
| * | | | GitDateParser#ParseableSimpleDateFormat: Make formatStr private finalDavid Pursehouse2019-06-171-1/+1
| * | | | PacketLineIn: Suppress comparison warnings for END and DELIMDavid Pursehouse2019-06-171-0/+2
| * | | | FileSnapshot#toString: Suppress ReferenceEquality warningsDavid Pursehouse2019-06-171-1/+1
| * | | | NetscapeCookieFile: Make hash static and group overloaded writeIvan Frade2019-06-151-59/+59
| * | | | NetscapeCookieFile: Javadoc fixesIvan Frade2019-06-151-15/+27
| * | | | Config: Handle reference-equality warning (and empty javadoc)Ivan Frade2019-06-151-2/+3
| * | | | ObjectWalk: Prefer boolean operators over logical operators in comparisonsDavid Pursehouse2019-06-151-1/+1
| * | | | BasePackFetchConnection: Prefer boolean operators over logical operators in c...David Pursehouse2019-06-151-1/+1
| * | | | PackWriter: Prefer boolean operators over logical operators in comparisonsDavid Pursehouse2019-06-151-2/+2
* | | | | Merge "Constants for objects and info/{http-,}alternates"Jonathan Nieder2019-08-028-11/+31
|\ \ \ \ \