aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.4'Matthias Sohn2019-08-213-8/+9
|\
| * Prepare 5.4.2-SNAPSHOT buildsMatthias Sohn2019-08-213-54/+54
| * JGit v5.4.1.201908211225-rv5.4.1.201908211225-rMatthias Sohn2019-08-213-4/+4
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-213-8/+9
| |\
| | * Prepare 5.3.4-SNAPSHOT buildsMatthias Sohn2019-08-213-53/+53
| | * JGit v5.3.3.201908210735-rv5.3.3.201908210735-rMatthias Sohn2019-08-213-4/+4
| | * 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
| | | | * Prepare 5.1.10-SNAPSHOT buildsMatthias Sohn2019-08-214-50/+50
| | | | * JGit v5.1.9.201908210455-rv5.1.9.201908210455-rMatthias Sohn2019-08-213-4/+4
| | | | * 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 "UploadPack: support custom packfile-to-URI mapping"Jonathan Tan2019-08-206-5/+253
|\ \ \ \ \
| * | | | | UploadPack: support custom packfile-to-URI mappingJonathan Tan2019-08-206-5/+253
* | | | | | Externalize error message in ReftableWriter#throwIllegalEntryMatthias Sohn2019-08-203-2/+6
* | | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-2014-210/+264
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-2014-210/+264
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-1914-210/+264
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-1914-211/+265
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | 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-189-158/+206
| | | | * | Fix javadoc for SystemReader#getInstanceMatthias Sohn2019-08-161-3/+3
| | | | * | Improve retry handling when saving FileStoreAttributes failsMatthias Sohn2019-08-133-4/+16
| | | | * | 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-103-46/+12
| | | | * | LockFile: log exception if creation of lock file failedMatthias Sohn2019-08-103-3/+10
| | | | * | Stop using deprecated Constants.CHARACTER_ENCODINGDavid Pursehouse2019-08-091-2/+2
* | | | | | reftable: increment pointer *after* reading uint16Han-Wen Nienhuys2019-08-191-1/+3
* | | | | | reftable: enforce ordering for ref and log writesHan-Wen Nienhuys2019-08-191-2/+24
* | | | | | reftable: add some more commentsHan-Wen Nienhuys2019-08-192-4/+18
* | | | | | reftable: fix seeking to refs in reflog implementationHan-Wen Nienhuys2019-08-191-0/+26
* | | | | | Fix ApplyCommand which doesn't work if patch adds empty fileAnton Khodos2019-08-191-3/+7
* | | | | | TransportHttp: resolve redirect URIs from the "Location" headerThomas Wolf2019-08-161-7/+14
* | | | | | GPG: also consider pubring.gpg when looking for keysThomas Wolf2019-08-151-26/+126
| |_|_|_|/ |/| | | |
* | | | | GPG: check secring.gpg for keys if pubring.kbx is emptyThomas Wolf2019-08-091-23/+65
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-0974-344/+1936
|\| | | |
| * | | | Fix API problem filtersMatthias Sohn2019-08-091-172/+14
| * | | | [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