aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-041-60/+58
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-041-60/+58
| |\
| | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-041-60/+58
| | |\
| | | * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-09-031-60/+58
| | | |\
| | | | * Merge branch 'stable-4.11' into stable-5.0stable-5.0Matthias Sohn2019-09-031-60/+58
| | | | |\
| | | | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-09-031-60/+58
| | | | | |\
| | | | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-09-031-60/+58
| | | | | | |\
| | | | | | | * BatchRefUpdate: repro racy atomic update, and fix itHan-Wen Nienhuys2019-09-031-60/+58
* | | | | | | | Merge branch 'stable-5.3' into stable-5.4Jonathan Nieder2019-08-291-48/+39
|\| | | | | | |
| * | | | | | | Merge branch 'stable-5.2' into stable-5.3Jonathan Nieder2019-08-291-48/+39
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2019-08-291-49/+40
| | |\| | | | |
| | | * | | | | Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-301-49/+40
* | | | | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-232-26/+25
|\| | | | | | |
| * | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-232-25/+24
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-232-25/+24
| | |\| | | | |
| | | * | | | | Use AtomicReferences to cache user and system level configsMatthias Sohn2019-08-231-24/+23
| | | * | | | | Fix copy-paste typo in CloneCommand#cleanupAdrien Bustany2019-08-231-1/+1
| * | | | | | | SystemReader: Use correct constructor of FileBasedConfigDavid Pursehouse2019-08-221-1/+1
* | | | | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-213-8/+9
|\| | | | | | |
| * | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-213-8/+9
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-213-8/+9
| | |\| | | | |
| | | * | | | | Add missing @since tag on FileTreeIterator#getLastModifiedInstantMatthias Sohn2019-08-211-0/+3
| | | * | | | | Avoid sign extension when comparing mtime with Instant#getEpochSecondMatthias Sohn2019-08-211-1/+1
| | | * | | | | 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-2012-201/+232
|\| | | | | | |
| * | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-1912-201/+232
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-1912-201/+232
| | |\| | | | |
| | | * | | | | Fix NPE in RebaseTodoFile#parseCommentsMatthias Sohn2019-08-191-5/+7
| | | * | | | | Fix NPE in ObjectIdOwnerMap#getMatthias Sohn2019-08-181-0/+3
| | | * | | | | 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-187-157/+176
| | | * | | | | Fix javadoc for SystemReader#getInstanceMatthias Sohn2019-08-161-3/+3
| | | * | | | | Improve retry handling when saving FileStoreAttributes failsMatthias Sohn2019-08-132-4/+15
| | | * | | | | Make supportsAtomicCreateNewFile return true as defaultVishal Devgire2019-08-121-1/+6
| | | * | | | | 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
| | | * | | | | Remove FileBasedConfig.load(boolean) introduced in d45219baMatthias Sohn2019-08-102-38/+12
| | | * | | | | LockFile: log exception if creation of lock file failedMatthias Sohn2019-08-102-1/+7
| | | * | | | | Stop using deprecated Constants.CHARACTER_ENCODINGDavid Pursehouse2019-08-091-2/+2
* | | | | | | | [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 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-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