aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "RevWalk: Traverse all parents of UNINTERESTING commits"Jonathan Tan2019-08-261-1/+3
|\
| * RevWalk: Traverse all parents of UNINTERESTING commitsAlex Spradlin2019-08-261-1/+3
* | Merge "Fix error occurring when SecurityManager is enabled"Matthias Sohn2019-08-234-51/+61
|\ \
| * | Fix error occurring when SecurityManager is enabledNail Samatov2019-08-234-51/+61
* | | Merge branch 'stable-5.4'Matthias Sohn2019-08-232-26/+25
|\ \ \
| * \ \ 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.4'Matthias Sohn2019-08-213-8/+9
|\| | | | | | | |_|_|_|/ / |/| | | | |
| * | | | | 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 "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-202-2/+5
* | | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-2012-201/+232
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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
* | | | | | 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-0971-344/+1769
|\| | | |
| * | | | [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