Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Identify a commit that generates a diffEntry on a rename Event. | Ronald Bhuleskar | 2023-07-24 | 3 | -3/+51 | |
* | | | | | | | | | | | Merge changes I60a92463,Ic3b68220 | Jonathan Tan | 2023-07-21 | 11 | -59/+747 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / / | ||||||
| * | | | | | | | | | PackReverseIndexV1: reverse index parsed from version 1 file | Anna Papitto | 2023-07-18 | 10 | -12/+676 | |
| * | | | | | | | | | ComputedPackReverseIndex: Clarify custom bucket sort algorithm | Anna Papitto | 2023-07-18 | 1 | -47/+71 | |
* | | | | | | | | | | CommitGraphWriter: add option for writing/using bloom filters | Ronald Bhuleskar | 2023-07-18 | 9 | -20/+238 | |
* | | | | | | | | | | CommitGraphWriter: reuse changed path filters | Jonathan Tan | 2023-07-18 | 4 | -14/+89 | |
* | | | | | | | | | | RevWalk: use changed path filters | Jonathan Tan | 2023-07-18 | 8 | -13/+211 | |
* | | | | | | | | | | CommitGraphLoader: read changed-path filters | Jonathan Tan | 2023-07-18 | 7 | -2/+186 | |
* | | | | | | | | | | CommitGraphWriter: write changed-path filters | Jonathan Tan | 2023-07-18 | 11 | -13/+570 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge "ssh: PKCS#11 support" | Matthias Sohn | 2023-07-17 | 12 | -33/+974 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ssh: PKCS#11 support | Thomas Wolf | 2023-07-17 | 12 | -33/+974 | |
* | | | | | | | | | | GC: Remove handling of extra pack for RefTree | Matthias Sohn | 2023-07-17 | 1 | -7/+0 | |
* | | | | | | | | | | Remove unnecessary @SuppressWarnings("serial") | Matthias Sohn | 2023-07-16 | 1 | -1/+1 | |
* | | | | | | | | | | Remove unused API problem filters | Matthias Sohn | 2023-07-16 | 1 | -38/+0 | |
* | | | | | | | | | | Remove redundant specification of type arguments | Matthias Sohn | 2023-07-16 | 7 | -10/+12 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | DfsPackParser: Create object indices if config says so | Ivan Frade | 2023-07-14 | 4 | -2/+208 | |
* | | | | | | | | | PackParserTest: Extract pack-writing helper code to its own class | Ivan Frade | 2023-07-14 | 3 | -104/+154 | |
* | | | | | | | | | DfsInserter: generate object size index if config says so | Ivan Frade | 2023-07-14 | 2 | -0/+43 | |
* | | | | | | | | | DfsInserter: populate full size on object insertion | Ivan Frade | 2023-07-14 | 2 | -6/+58 | |
* | | | | | | | | | DFSGarbargeCollector: Write object size indices | Ivan Frade | 2023-07-14 | 2 | -0/+83 | |
* | | | | | | | | | DfsReader/PackFile: Implement isNotLargerThan using the obj size idx | Ivan Frade | 2023-07-13 | 4 | -0/+351 | |
* | | | | | | | | | [releng] Use tycho 4.0.0 instead of 4.0.0-SNAPSHOT | Thomas Wolf | 2023-07-11 | 1 | -5/+1 | |
* | | | | | | | | | Update mockito to 5.4.0 and bytebuddy to 1.14.5 | Matthias Sohn | 2023-07-02 | 17 | -74/+182 | |
* | | | | | | | | | Merge branch 'stable-6.6' | Matthias Sohn | 2023-07-01 | 27 | -44/+44 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Update Orbit to R20230531010532 for 2023-06 | Matthias Sohn | 2023-06-09 | 25 | -38/+38 | |
| * | | | | | | | | Merge "Merge branch 'stable-6.5' into stable-6.6" into stable-6.6 | Matthias Sohn | 2023-06-08 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Bazel: Fix remote build execution for Java 17 | David Ostrovsky | 2023-05-31 | 2 | -6/+6 | |
| * | | | | | | | | | Bump bazel vesion to 6.2.0 | David Ostrovsky | 2023-05-31 | 3 | -8/+4 | |
* | | | | | | | | | | Fix S3Repository getSize to handle larger object sizes | qin shulei | 2023-06-29 | 1 | -1/+1 | |
* | | | | | | | | | | DfsPackFile: make #getReverseIdx public | Anna Papitto | 2023-06-27 | 1 | -1/+11 | |
* | | | | | | | | | | Add missing bazel dependency to benchmarks | Matthias Sohn | 2023-06-27 | 1 | -0/+2 | |
* | | | | | | | | | | Update JMH to 1.36 | Matthias Sohn | 2023-06-27 | 2 | -4/+4 | |
* | | | | | | | | | | Update bouncycastle to 1.75 | Matthias Sohn | 2023-06-27 | 15 | -74/+74 | |
* | | | | | | | | | | Update org.eclipse.jdt:ecj to 3.34.0 | Matthias Sohn | 2023-06-27 | 1 | -1/+1 | |
* | | | | | | | | | | Update eclipse-jarsigner-plugin to 1.4.2 | Matthias Sohn | 2023-06-27 | 2 | -2/+2 | |
* | | | | | | | | | | Update maven-surefire-report-plugin to 3.0.0 | Matthias Sohn | 2023-06-27 | 1 | -1/+1 | |
* | | | | | | | | | | Update maven-project-info-reports-plugin to 3.4.3 | Matthias Sohn | 2023-06-27 | 1 | -1/+1 | |
* | | | | | | | | | | Update maven-compiler-plugin to 3.11.0 | Matthias Sohn | 2023-06-27 | 1 | -1/+1 | |
* | | | | | | | | | | Update maven-enforcer-plugin to 3.3.0 | Matthias Sohn | 2023-06-27 | 1 | -1/+1 | |
* | | | | | | | | | | Update build-helper-maven-plugin to 3.4.0 | Matthias Sohn | 2023-06-27 | 1 | -1/+1 | |
* | | | | | | | | | | Update spring-boot-maven-plugin to 2.7.13 | Matthias Sohn | 2023-06-27 | 1 | -1/+1 | |
* | | | | | | | | | | Update maven-source-plugin to 3.3.0 | Matthias Sohn | 2023-06-27 | 1 | -1/+1 | |
* | | | | | | | | | | PackReverseIndex: separate out the computed implementation | Anna Papitto | 2023-06-21 | 6 | -150/+229 | |
* | | | | | | | | | | Default for global (user) git ignore file | Thomas Wolf | 2023-06-19 | 7 | -45/+193 | |
* | | | | | | | | | | Fix all Javadoc warnings and fail on them | Antoine Musso | 2023-06-16 | 627 | -1653/+1204 | |
* | | | | | | | | | | Mark COMMIT_GENERATION_* constants final | Antoine Musso | 2023-06-09 | 2 | -2/+16 | |
* | | | | | | | | | | Merge branch 'stable-6.6' | Luca Milanesio | 2023-06-08 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'stable-6.5' into stable-6.6 | Luca Milanesio | 2023-06-08 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | | |/ / / / / / / | ||||||
| | * | | | | | | | Merge branch 'stable-6.4' into stable-6.5 | Luca Milanesio | 2023-06-08 | 1 | -16/+1 | |
| | |\| | | | | | | ||||||
| | | * | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Luca Milanesio | 2023-06-08 | 1 | -16/+1 | |
| | | |\| | | | | |