aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | | | | | | | | | Update commons-codec to 1.16.0Matthias Sohn2023-07-2515-28/+28
* | | | | | | | | | | Add missing @since tags for new API methodsMatthias Sohn2023-07-251-0/+3
* | | | | | | | | | | Add missing package import needed to use MurmurHash3Matthias Sohn2023-07-251-0/+1
* | | | | | | | | | | Merge "Identify a commit that generates a diffEntry on a rename Event."Jonathan Tan2023-07-253-3/+51
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Identify a commit that generates a diffEntry on a rename Event.Ronald Bhuleskar2023-07-243-3/+51
* | | | | | | | | | | Merge changes I60a92463,Ic3b68220Jonathan Tan2023-07-2111-59/+747
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | PackReverseIndexV1: reverse index parsed from version 1 fileAnna Papitto2023-07-1810-12/+676
| * | | | | | | | | ComputedPackReverseIndex: Clarify custom bucket sort algorithmAnna Papitto2023-07-181-47/+71