| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | | | | | Fix deprecation in DirCache caused by Instant based DirCacheEntry | Michael Keppler | 2019-08-21 | 1 | -7/+5 |
* | | | | | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-20 | 42 | -341/+635 |
|\| | | | | | | |
|
| * | | | | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-19 | 49 | -383/+754 |
| |\| | | | | | |
|
| | * | | | | | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-08-19 | 49 | -398/+760 |
| | |\| | | | | |
|
| | | * | | | | | Fix NPE in RebaseTodoFile#parseComments | Matthias Sohn | 2019-08-19 | 1 | -5/+7 |
| | | * | | | | | Fix NPE in ObjectIdOwnerMap#get | Matthias Sohn | 2019-08-18 | 1 | -0/+3 |
| | | * | | | | | Fix NPE in CommitOnlyTest#getHead | Matthias Sohn | 2019-08-18 | 1 | -0/+6 |
| | | * | | | | | FileUtils#lastModifiedInstant should not log error if path doesn't exist | Matthias Sohn | 2019-08-18 | 1 | -1/+7 |
| | | * | | | | | Cache user global and system-wide git configurations | Matthias Sohn | 2019-08-18 | 16 | -227/+337 |
| | | * | | | | | Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lock | Matthias Sohn | 2019-08-16 | 1 | -6/+7 |
| | | * | | | | | Add missing dependencies for running FS_POSIXTest in Eclipse | Matthias Sohn | 2019-08-16 | 1 | -0/+2 |
| | | * | | | | | Fix javadoc for SystemReader#getInstance | Matthias Sohn | 2019-08-16 | 1 | -3/+3 |
| | | * | | | | | Improve retry handling when saving FileStoreAttributes fails | Matthias Sohn | 2019-08-13 | 3 | -4/+16 |
| | | * | | | | | Merge "Ensure FSTest uses MockSystemReader" into stable-5.1 | David Pursehouse | 2019-08-12 | 1 | -0/+2 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | Ensure FSTest uses MockSystemReader | Matthias Sohn | 2019-08-13 | 1 | -0/+2 |
| | | * | | | | | | Make supportsAtomicCreateNewFile return true as default | Vishal Devgire | 2019-08-12 | 3 | -1/+133 |
| | | * | | | | | | Update orbit to R20190602212107-2019-06 to enable backports from master | Matthias Sohn | 2019-08-12 | 15 | -91/+149 |
| | | |/ / / / / |
|
| | | * | | | | | Handle InvalidPathException in FS_POSIX#createNewFileAtomic | Matthias Sohn | 2019-08-12 | 1 | -1/+2 |
| | | * | | | | | Ensure root cause of lock creation failures is logged | Matthias Sohn | 2019-08-12 | 1 | -3/+7 |
| | | * | | | | | Implement toString in MockSystemReader and MockConfig | Matthias Sohn | 2019-08-11 | 1 | -0/+11 |
| | | * | | | | | LocalDiskRefTreeDatabaseTest shall use MockSystemReader | Matthias Sohn | 2019-08-11 | 1 | -0/+1 |
| | | * | | | | | Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReader | Matthias Sohn | 2019-08-11 | 2 | -21/+36 |
| | | * | | | | | Ensure we use MockSystemReader in tests | Matthias Sohn | 2019-08-10 | 3 | -0/+8 |
| | | * | | | | | Override FileBasedConfig's save method in MockConfig | Matthias Sohn | 2019-08-10 | 1 | -0/+5 |
| | | * | | | | | Remove FileBasedConfig.load(boolean) introduced in d45219ba | Matthias Sohn | 2019-08-10 | 3 | -46/+12 |
| | | * | | | | | Disable debug log for FS in org.eclipse.jgit.test | Matthias Sohn | 2019-08-10 | 1 | -1/+1 |
| | | * | | | | | Bazel: enable logging for tests in org.eclipse.jgit.test | Matthias Sohn | 2019-08-10 | 3 | -3/+13 |
| | | * | | | | | LockFile: log exception if creation of lock file failed | Matthias Sohn | 2019-08-10 | 3 | -3/+10 |
| | | * | | | | | Stop using deprecated Constants.CHARACTER_ENCODING | David Pursehouse | 2019-08-09 | 2 | -3/+3 |
* | | | | | | | | Upgrade tycho-extras to 1.4.0 | Michael Keppler | 2019-08-13 | 1 | -1/+1 |
* | | | | | | | | Export all packages of o.e.j.ant and o.e.j.archive bundles | Matthias Sohn | 2019-08-09 | 2 | -3/+6 |
* | | | | | | | | Do not require test bundles to export all packages | Matthias Sohn | 2019-08-09 | 7 | -0/+238 |
* | | | | | | | | Fix API problem filters | Matthias Sohn | 2019-08-09 | 3 | -191/+25 |
* | | | | | | | | Increase severity of AmbiguousMethodReference to ERROR | David Pursehouse | 2019-08-09 | 1 | -1/+1 |
* | | | | | | | | [error prone] suppress AmbiguousMethodReference in AnyLongObjectId | David Pursehouse | 2019-08-09 | 1 | -1/+20 |
* | | | | | | | | [error prone] fix ReferenceEquality warning in CommitBuilder | Matthias Sohn | 2019-08-09 | 1 | -2/+3 |
* | | | | | | | | [error prone] suppress NonAtomicVolatileUpdate warning in SimpleLruCache | Matthias Sohn | 2019-08-09 | 1 | -0/+2 |
* | | | | | | | | [error prone] fix ReferenceEquality warning in CommitGraphPane#authorFor | Matthias Sohn | 2019-08-09 | 1 | -1/+2 |
* | | | | | | | | [error prone] fix ReferenceEquality warning in RevWalk#isMergedInto | Matthias Sohn | 2019-08-09 | 1 | -2/+5 |
* | | | | | | | | [error prone] fix ReferenceEquality warning in RefUpdate#updateImpl | Matthias Sohn | 2019-08-09 | 1 | -1/+3 |
* | | | | | | | | [error prone] fix ReferenceEquality warning in static equals methods | Matthias Sohn | 2019-08-09 | 6 | -5/+80 |
* | | | | | | | | [error prone] suppress AmbiguousMethodReference in AnyObjectId | Matthias Sohn | 2019-08-08 | 22 | -38/+59 |
* | | | | | | | | [error prone] fix "FutureReturnValueIgnored" error in FS | Matthias Sohn | 2019-08-08 | 1 | -1/+1 |
* | | | | | | | | Fix formatting and add missing braces in Repository#stripWorkDir | Matthias Sohn | 2019-08-08 | 1 | -5/+7 |
* | | | | | | | | Repository: fix reference comparison of Files | Matthias Sohn | 2019-08-08 | 1 | -1/+2 |
* | | | | | | | | MergeAlgorithm: Suppress Error Prone warning about reference equality | David Pursehouse | 2019-08-08 | 1 | -1/+6 |
* | | | | | | | | Fix NarrowingCompoundAssignment warnings from Error Prone | David Pursehouse | 2019-08-08 | 10 | -17/+18 |
* | | | | | | | | FS_POSIX: handle Files.getFileStore() failures | Thomas Wolf | 2019-08-08 | 1 | -2/+12 |
* | | | | | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-08 | 78 | -715/+3017 |
|\| | | | | | | |
|
| * | | | | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-08 | 78 | -720/+3023 |
| |\| | | | | | |
|