Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-21JGit v5.4.1.201908211225-rv5.4.1.201908211225-rMatthias Sohn72-103/+103
2019-08-21Merge branch 'stable-5.3' into stable-5.4Matthias Sohn3-8/+9
2019-08-21Prepare 5.3.4-SNAPSHOT buildsMatthias Sohn68-427/+427
2019-08-21JGit v5.3.3.201908210735-rv5.3.3.201908210735-rMatthias Sohn68-89/+89
2019-08-21Merge branch 'stable-5.2' into stable-5.3Matthias Sohn3-8/+9
2019-08-21Merge branch 'stable-5.1' into stable-5.2Matthias Sohn3-8/+9
2019-08-21Add missing @since tag on FileTreeIterator#getLastModifiedInstantMatthias Sohn1-0/+3
2019-08-21Prepare 5.1.10-SNAPSHOT buildsMatthias Sohn59-362/+362
2019-08-21JGit v5.1.9.201908210455-rv5.1.9.201908210455-rMatthias Sohn56-59/+59
2019-08-20Avoid sign extension when comparing mtime with Instant#getEpochSecondMatthias Sohn1-1/+1
2019-08-20Fix deprecation in DirCache caused by Instant based DirCacheEntryMichael Keppler1-7/+5
2019-08-19Merge branch 'stable-5.3' into stable-5.4Matthias Sohn42-341/+635
2019-08-19Merge branch 'stable-5.2' into stable-5.3Matthias Sohn49-383/+754
2019-08-19Merge branch 'stable-5.1' into stable-5.2Matthias Sohn49-398/+760
2019-08-19Fix NPE in RebaseTodoFile#parseCommentsMatthias Sohn1-5/+7
2019-08-18Fix NPE in ObjectIdOwnerMap#getMatthias Sohn1-0/+3
2019-08-18Fix NPE in CommitOnlyTest#getHeadMatthias Sohn1-0/+6
2019-08-18FileUtils#lastModifiedInstant should not log error if path doesn't existMatthias Sohn1-1/+7
2019-08-18Cache user global and system-wide git configurationsMatthias Sohn16-227/+337
2019-08-16Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lockMatthias Sohn1-6/+7
2019-08-16Add missing dependencies for running FS_POSIXTest in EclipseMatthias Sohn1-0/+2
2019-08-16Fix javadoc for SystemReader#getInstanceMatthias Sohn1-3/+3
2019-08-13Upgrade tycho-extras to 1.4.0Michael Keppler1-1/+1
2019-08-13Improve retry handling when saving FileStoreAttributes failsMatthias Sohn3-4/+16
2019-08-12Merge "Ensure FSTest uses MockSystemReader" into stable-5.1David Pursehouse1-0/+2
2019-08-12Ensure FSTest uses MockSystemReaderMatthias Sohn1-0/+2
2019-08-12Make supportsAtomicCreateNewFile return true as defaultVishal Devgire3-1/+133
2019-08-12Update orbit to R20190602212107-2019-06 to enable backports from masterMatthias Sohn15-91/+149
2019-08-12Handle InvalidPathException in FS_POSIX#createNewFileAtomicMatthias Sohn1-1/+2
2019-08-12Ensure root cause of lock creation failures is loggedMatthias Sohn1-3/+7
2019-08-10Implement toString in MockSystemReader and MockConfigMatthias Sohn1-0/+11
2019-08-10LocalDiskRefTreeDatabaseTest shall use MockSystemReaderMatthias Sohn1-0/+1
2019-08-10Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReaderMatthias Sohn2-21/+36
2019-08-10Ensure we use MockSystemReader in testsMatthias Sohn3-0/+8
2019-08-10Override FileBasedConfig's save method in MockConfigMatthias Sohn1-0/+5
2019-08-10Remove FileBasedConfig.load(boolean) introduced in d45219baMatthias Sohn3-46/+12
2019-08-10Disable debug log for FS in org.eclipse.jgit.testMatthias Sohn1-1/+1
2019-08-09Bazel: enable logging for tests in org.eclipse.jgit.testMatthias Sohn3-3/+13
2019-08-09LockFile: log exception if creation of lock file failedMatthias Sohn3-3/+10
2019-08-09Export all packages of o.e.j.ant and o.e.j.archive bundlesMatthias Sohn2-3/+6
2019-08-09Do not require test bundles to export all packagesMatthias Sohn7-0/+238
2019-08-09Fix API problem filtersMatthias Sohn3-191/+25
2019-08-09Increase severity of AmbiguousMethodReference to ERRORDavid Pursehouse1-1/+1
2019-08-09[error prone] suppress AmbiguousMethodReference in AnyLongObjectIdDavid Pursehouse1-1/+20
2019-08-09Stop using deprecated Constants.CHARACTER_ENCODINGDavid Pursehouse2-3/+3
2019-08-08[error prone] fix ReferenceEquality warning in CommitBuilderMatthias Sohn1-2/+3
2019-08-08[error prone] suppress NonAtomicVolatileUpdate warning in SimpleLruCacheMatthias Sohn1-0/+2
2019-08-08[error prone] fix ReferenceEquality warning in CommitGraphPane#authorForMatthias Sohn1-1/+2
2019-08-08[error prone] fix ReferenceEquality warning in RevWalk#isMergedIntoMatthias Sohn1-2/+5
2019-08-08[error prone] fix ReferenceEquality warning in RefUpdate#updateImplMatthias Sohn1-1/+3

Back to the top