aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow to discover bitmap on disk created after the packfileLuca Milanesio2024-02-205-10/+36
* RefDirectory: Do not unlock until after deleting loose refNasser Grainawi2024-02-131-9/+26
* Add missing javadoc description for declared exceptionMatthias Sohn2024-02-131-0/+1
* SnapshottingRefDirectory: Invalidate snapshot after locking ref forNasser Grainawi2024-02-132-0/+26
* SnapshottingRefDir: Replace lambas with method refsNasser Grainawi2024-02-131-11/+8
* SnapshottingRefDir: Reduce casts with overridesNasser Grainawi2024-02-131-6/+20
* Improve handling of NFS stale handle errorsDariusz Luksza2024-01-291-1/+15
* Fix handling of missing pack index fileDariusz Luksza2024-01-293-6/+6
* Add tests for handling pack files removal during fetchDariusz Luksza2024-01-291-0/+148
* Introduce a PriorityQueue sorting RevCommits by commit timestampLuca Milanesio2024-01-1910-17/+449
* Remove org.eclipse.jgit.benchmark/.factorypathMatthias Sohn2024-01-191-29/+0
* Update jmh to 1.37 for org.eclipse.jgit.benchmarkMatthias Sohn2024-01-193-17/+6
* Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2024-01-100-0/+0
|\
| * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2024-01-100-0/+0
| |\
| | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2024-01-100-0/+0
| | |\
| | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2024-01-100-0/+0
| | | |\
| | | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2024-01-100-0/+0
| | | | |\
| | | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2024-01-100-0/+0
| | | | | |\
| | | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2024-01-100-0/+0
| | | | | | |\
| | | | | | | * Checkout: better directory handlingThomas Wolf2023-10-2218-142/+1061
* | | | | | | | Silence API warningsMatthias Sohn2024-01-081-0/+101
* | | | | | | | Make sure ref to prune is in packed refsFabio Ponciroli2023-12-091-1/+1
* | | | | | | | Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-10-1310-61/+296
|\| | | | | | |
| * | | | | | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-10-1310-217/+296
| |\| | | | | |
| | * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-10-139-4/+296
| | |\| | | | |
| | | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-10-1310-4/+340
| | | |\| | | |
| | | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-10-1310-4/+340
| | | | |\| | |
| | | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-10-1310-4/+340
| | | | | |\| |
| | | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-10-1310-113/+296
| | | | | | |\|
| | | | | | | * PackConfig: fix @since tagsMatthias Sohn2023-10-131-6/+9
| | | | | | | * Remove unused API problem filtersMatthias Sohn2023-10-132-223/+0
| | | | | | | * Add support for git config repack.packKeptObjectsAntonio Barone2023-10-127-17/+191
| | | | | | | * Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-127-1/+148
* | | | | | | | Prepare 6.6.2-SNAPSHOT buildsMatthias Sohn2023-09-0391-533/+533
* | | | | | | | JGit v6.6.1.202309021850-rv6.6.1.202309021850-rMatthias Sohn2023-09-0391-125/+125
* | | | | | | | Checkout: better directory handlingThomas Wolf2023-09-0318-149/+1044
* | | | | | | | 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
* | | | | | | | Update Orbit to R20230531010532 for 2023-06Matthias Sohn2023-06-0925-38/+38