summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update mockito to 5.5.0Matthias Sohn2023-08-3116-30/+30
* Update byte-buddy to 1.14.7Matthias Sohn2023-08-3115-44/+44
* Prepare 6.7.0-SNAPSHOT buildsMatthias Sohn2023-08-3091-125/+125
* JGit v6.7.0.202308301100-rc1v6.7.0.202308301100-rc1Matthias Sohn2023-08-3091-125/+125
* Merge branch 'master' into stable-6.7Matthias Sohn2023-08-3065-473/+1690
|\
| * Remove the cbi-snapshots Maven repositoryMatthias Sohn2023-08-302-8/+0
| * Update Orbit to orbit-aggregation/release/4.29.0Matthias Sohn2023-08-3032-202/+241
| * Add target platform for Eclipse 2023-09 (4.29)Matthias Sohn2023-08-302-0/+278
| * Use release p2 repo for Eclipse 2023-06 (4.28)Matthias Sohn2023-08-302-3/+3
| * Update tycho to 4.0.2Matthias Sohn2023-08-291-1/+1
| * Update jmh to 1.37Matthias Sohn2023-08-292-4/+4
| * Update bouncycastle to 1.76Matthias Sohn2023-08-2915-74/+74
| * Fix some tests in ConfigTestMatthias Sohn2023-08-291-4/+12
| * Handle global git config $XDG_CONFIG_HOME/git/configThomas Wolf2023-08-286-4/+443
| * IO: use JDK convenience methodsJörg Kubitz2023-08-281-77/+9
| * org.eclipse.jgit.junit.ssh/.settings/.api_filters: fix unclosed tagsJörg Kubitz2023-08-281-0/+2
| * ReadChangedPathFilter: fix Non-externalized string literal warningJörg Kubitz2023-08-281-2/+2
| * Introduce core.packedIndexGitUseStrongRefs config keyMartin Fick2023-08-2610-81/+274
| * Merge "DfsGarbageCollector: provide commit graph stats"Jonathan Tan2023-08-213-2/+41
| |\
| | * DfsGarbageCollector: provide commit graph statsJonathan Tan2023-08-173-2/+41
| * | DfsReader: Make PackLoadListener interface visible to subclassesIvan Frade2023-08-181-4/+4
| |/
| * DfsGarbageCollector: put only GC commits into the commit graphIvan Frade2023-08-162-14/+13
| * DfsReader: Expose when indices are loadedIvan Frade2023-08-035-25/+321
| * Merge branch 'stable-6.7'Matthias Sohn2023-08-034-6/+35
| |\ | |/ |/|
* | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-08-034-6/+35
|\ \
| * \ Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-08-033-6/+35
| |\ \
| | * \ Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-08-033-6/+35
| | |\ \
| | | * \ Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-08-033-6/+35
| | | |\ \
| | | | * \ Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-08-033-6/+35
| | | | |\ \
| | | | | * \ Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-08-033-6/+35
| | | | | |\ \
| | | | | | * \ Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-08-033-6/+35
| | | | | | |\ \
| | | | | | | * \ Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-08-033-6/+35
| | | | | | | |\ \
| | | | | | | | * | Add verification in GcKeepFilesTest that bitmaps are generatedLuca Milanesio2023-07-051-0/+4
| | | | | | | | * | Express the explicit intention of creating bitmaps in GCLuca Milanesio2023-07-052-5/+28
| | | | | | | | * | GC: prune all packfiles after the loosen phaseLuca Milanesio2023-07-051-1/+3
| | | | | | | | * | Prepare 5.13.3-SNAPSHOT buildsMatthias Sohn2023-06-2290-503/+561
| | | | | | | | * | JGit v5.13.2.202306221912-rv5.13.2.202306221912-rMatthias Sohn2023-06-2288-121/+121
| * | | | | | | | | Update to Tycho 4.0.1Matthias Sohn2023-08-031-1/+1
* | | | | | | | | | Prepare 6.7.0-SNAPSHOT buildsMatthias Sohn2023-08-0391-125/+125
* | | | | | | | | | JGit v6.7.0.202308011830-m2v6.7.0.202308011830-m2Matthias Sohn2023-08-0291-125/+125
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add missing @since tagsMatthias Sohn2023-08-022-1/+6
* | | | | | | | | Merge "Merge: Add diff3 style merge conflict formatter."Han-Wen NIenhuys2023-08-015-48/+258
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge: Add diff3 style merge conflict formatter.Haamed Gheibi2023-07-315-48/+258
* | | | | | | | | | Fix errorprone warning about precedenceHan-Wen Nienhuys2023-08-011-1/+1
* | | | | | | | | | Move footer-line parsing methods from RevCommit to FooterLineNitzan Gur-Furman2023-08-014-163/+228
* | | | | | | | | | Merge changes I8c60d970,I09bdd4b8,I87ff3933Jonathan Tan2023-07-2612-14/+198
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Pack: open reverse index from file if presentAnna Papitto2023-07-181-2/+10
| * | | | | | | | | | PackReverseIndex: open file if present otherwise computeAnna Papitto2023-07-184-0/+77
| * | | | | | | | | | PackReverseIndex: verify checksumsAnna Papitto2023-07-188-12/+111
* | | | | | | | | | | RevCommitCG: Read changed-path-filters directly from commit graphIvan Frade2023-07-265-28/+25