summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-02-215-10/+36
|\
| * Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-02-216-38/+36
| |\
| | * Delete org.eclipse.jgit.ssh.apache.agent/bin/.projectMatthias Sohn2024-02-211-28/+0
| | * Allow to discover bitmap on disk created after the packfileLuca Milanesio2024-02-205-10/+36
* | | Merge branch 'stable-6.7' into stable-6.8Dariusz Luksza2024-02-153-26/+80
|\| |
| * | Merge branch 'stable-6.6' into stable-6.7Dariusz Luksza2024-02-153-26/+80
| |\|
| | * 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
| * | [errorprone] Fix wrong comparison which always evaluated to falseMatthias Sohn2024-02-131-1/+1
| * | [errorprone] Remove unnecessary comparisonMatthias Sohn2024-02-131-1/+1
* | | Merge branch 'stable-6.7' into stable-6.8Dariusz Luksza2024-02-123-5/+169
|\| |
| * | Merge branch 'stable-6.6' into stable-6.7Dariusz Luksza2024-02-123-5/+169
| |\|
| | * 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
* | | Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-01-2011-41/+449
|\| |
| * | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-01-2013-87/+463
| |\|
| | * 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.7' into stable-6.8Matthias Sohn2024-01-101-1/+1
|\| |
| * | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-01-102-1/+102
| |\|
| | * 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
* | | | | | | | | | Prepare 6.8.1-SNAPSHOT buildsMatthias Sohn2023-11-2991-536/+536
* | | | | | | | | | JGit v6.8.0.202311291450-rv6.8.0.202311291450-rMatthias Sohn2023-11-2991-125/+125
* | | | | | | | | | Rename method parameter to fix warning about hidden fieldMatthias Sohn2023-11-291-3/+3
* | | | | | | | | | Fix warnings about empty control flow statementsMatthias Sohn2023-11-291-3/+11
* | | | | | | | | | BitmapIndexImpl: externalize error messageMatthias Sohn2023-11-293-1/+3
* | | | | | | | | | Suppress not-externalized string warningsMatthias Sohn2023-11-291-1/+1
* | | | | | | | | | Silence API error for new method BitmapIndex#addBitmapLookupListenerMatthias Sohn2023-11-291-0/+8
* | | | | | | | | | Update Orbit to orbit-aggregation/2023-12Matthias Sohn2023-11-2815-29/+29
* | | | | | | | | | Merge branch 'master' into stable-6.8Matthias Sohn2023-11-2713-143/+272
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge "Improve footer parsing to allow multiline footers."Matthias Sohn2023-11-263-28/+81
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Improve footer parsing to allow multiline footers.Kamil Musin2023-11-243-28/+81
| * | | | | | | | | | | Merge "Make the tests buildable by bazel test"Matthias Sohn2023-11-251-17/+17
| |\| | | | | | | | | |
| | * | | | | | | | | | Make the tests buildable by bazel testKamil Musin2023-11-231-17/+17
| * | | | | | | | | | | Adapt to type parameter added in commons-compress 1.25.0Matthias Sohn2023-11-245-15/+20
| |/ / / / / / / / / /
| * | | | | | | | | | BitmapIndex: Add interface to track bitmaps found (or not)Ivan Frade2023-11-213-1/+152