aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-05-121-14/+13
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-05-112-18/+13
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-05-112-18/+13
| | |\| | | | | |
| | | * | | | | | Remove texts which were added by mistake in 00386272Matthias Sohn2021-05-111-4/+0
| | | * | | | | | Fix formatting which was broken in 00386272Matthias Sohn2021-05-111-14/+13
* | | | | | | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-05-113-71/+93
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-05-113-71/+97
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-05-112-34/+97
| | |\| | | | | |
| | | * | | | | | LockFile: create OutputStream only when neededThomas Wolf2021-05-102-108/+105
| | * | | | | | | Remove ReftableNumbersNotIncreasingExceptionHan-Wen Nienhuys2021-03-011-37/+0
* | | | | | | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2020-12-021-0/+1
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2020-12-021-0/+1
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-12-021-0/+1
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-12-021-0/+1
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-12-021-0/+1
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-12-021-0/+1
| | | | | |\| | |
| | | | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-12-021-0/+1
| | | | | | |\| |
| | | | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-12-021-0/+1
| | | | | | | |\|
| | | | | | | | * Fix PackInvalidException when fetch and repack run concurrentlyPetr Hrebejk2020-12-021-0/+1
* | | | | | | | | Add constants for parsing git wire protocol versionDavid Ostrovsky2020-11-292-5/+31
* | | | | | | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2020-11-272-5/+14
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2020-11-272-5/+14
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-11-272-5/+14
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-11-272-5/+14
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-11-273-7/+14
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-11-273-7/+14
| | | | | |\| | |
| | | | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-11-263-7/+14
| | | | | | |\| |
| | | | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-11-263-7/+14
| | | | | | | |\|
| | | | | | | | * GC#deleteOrphans: log warning for deleted orphaned filesMatthias Sohn2020-11-262-1/+4
| | | | | | | | * GC#deleteOrphans: handle failure to list files in pack directoryMatthias Sohn2020-11-261-2/+3
| | | | | | | | * Ensure that GC#deleteOrphans respects pack lockMatthias Sohn2020-11-261-2/+7
| | | | | | | | * Remove unused importsMatthias Sohn2020-07-191-2/+0
| * | | | | | | | PacketLineIn: ensure that END != DELIMThomas Wolf2020-11-201-5/+5
* | | | | | | | | PacketLineIn: ensure that END != DELIMThomas Wolf2020-11-191-5/+5
* | | | | | | | | Add missing since tag on BundleWriter#addObjectsAsIsMatthias Sohn2020-09-051-0/+1
* | | | | | | | | jgit: Add DfsBundleWriterMasaya Suzuki2020-09-033-9/+104
* | | | | | | | | Merge changes from topic "fix_ui"Terry Parker2020-09-031-49/+75
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ResolveMerger: do not content-merge gitlinks on del/mod conflictsDemetr Starshov2020-08-261-28/+44
| * | | | | | | | | ResolveMerger: choose OURS on gitlink when ignoreConflictsDemetr Starshov2020-08-261-9/+11
| * | | | | | | | | ResolveMerger: improving content merge readabilityDemetr Starshov2020-08-261-12/+14
| * | | | | | | | | ResolveMerger: extracting createGitLinksMergeResult methodDemetr Starshov2020-08-261-8/+14
* | | | | | | | | | [errorprone] DirCacheEntry: make clear operator precedenceMatthias Sohn2020-09-011-1/+1
* | | | | | | | | | [errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exceptionMatthias Sohn2020-09-011-1/+9
* | | | | | | | | | [errorprone] Declare DirCache#version finalMatthias Sohn2020-09-011-1/+1
* | | | | | | | | | Fix possible NegativeArraySizeException in PackIndexV1Marc Strapetz2020-08-251-3/+3
* | | | | | | | | | FS: use binary search to determine filesystem timestamp resolutionThomas Wolf2020-08-232-13/+124
* | | | | | | | | | Do not prematurely create directory of jgit's XDG config fileMatthias Sohn2020-08-222-18/+7
* | | | | | | | | | FS: write to JGit config in a background threadThomas Wolf2020-08-211-4/+29
* | | | | | | | | | FS: don't cache fallback if running in backgroundThomas Wolf2020-08-201-2/+10
* | | | | | | | | | Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-173-66/+157