aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Fix deprecation in DirCache caused by Instant based DirCacheEntryMichael Keppler2019-08-211-7/+5
* | | | | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-2042-341/+635
|\| | | | | | |
| * | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-1949-383/+754
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-1949-398/+760
| | |\| | | | |
| | | * | | | | 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
* | | | | | | | Upgrade tycho-extras to 1.4.0Michael Keppler2019-08-131-1/+1
* | | | | | | | Export all packages of o.e.j.ant and o.e.j.archive bundlesMatthias Sohn2019-08-092-3/+6
* | | | | | | | Do not require test bundles to export all packagesMatthias Sohn2019-08-097-0/+238
* | | | | | | | 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
| |\| | | | | |