summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | * | 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
* | | | | | | | | | CommitGraphWriter: add option for writing/using bloom filtersRonald Bhuleskar2023-07-189-20/+238
* | | | | | | | | | CommitGraphWriter: reuse changed path filtersJonathan Tan2023-07-184-14/+89
* | | | | | | | | | RevWalk: use changed path filtersJonathan Tan2023-07-188-13/+211
* | | | | | | | | | CommitGraphLoader: read changed-path filtersJonathan Tan2023-07-187-2/+186
* | | | | | | | | | CommitGraphWriter: write changed-path filtersJonathan Tan2023-07-1811-13/+570
|/ / / / / / / / /
* | | | | | | | | Merge "ssh: PKCS#11 support"Matthias Sohn2023-07-1712-33/+974
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ssh: PKCS#11 supportThomas Wolf2023-07-1712-33/+974
* | | | | | | | | | GC: Remove handling of extra pack for RefTreeMatthias Sohn2023-07-171-7/+0
* | | | | | | | | | Remove unnecessary @SuppressWarnings("serial")Matthias Sohn2023-07-161-1/+1
* | | | | | | | | | Remove unused API problem filtersMatthias Sohn2023-07-161-38/+0
* | | | | | | | | | Remove redundant specification of type argumentsMatthias Sohn2023-07-167-10/+12
|/ / / / / / / / /
* | | | | | | | | DfsPackParser: Create object indices if config says soIvan Frade2023-07-144-2/+208
* | | | | | | | | PackParserTest: Extract pack-writing helper code to its own classIvan Frade2023-07-143-104/+154
* | | | | | | | | DfsInserter: generate object size index if config says soIvan Frade2023-07-142-0/+43
* | | | | | | | | DfsInserter: populate full size on object insertionIvan Frade2023-07-142-6/+58
* | | | | | | | | DFSGarbargeCollector: Write object size indicesIvan Frade2023-07-142-0/+83
* | | | | | | | | DfsReader/PackFile: Implement isNotLargerThan using the obj size idxIvan Frade2023-07-134-0/+351
* | | | | | | | | [releng] Use tycho 4.0.0 instead of 4.0.0-SNAPSHOTThomas Wolf2023-07-111-5/+1
* | | | | | | | | Update mockito to 5.4.0 and bytebuddy to 1.14.5Matthias Sohn2023-07-0217-74/+182
* | | | | | | | | Merge branch 'stable-6.6'Matthias Sohn2023-07-0127-44/+44
|\| | | | | | | |
| * | | | | | | | Update Orbit to R20230531010532 for 2023-06Matthias Sohn2023-06-0925-38/+38
| * | | | | | | | Merge "Merge branch 'stable-6.5' into stable-6.6" into stable-6.6Matthias Sohn2023-06-080-0/+0
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Bazel: Fix remote build execution for Java 17David Ostrovsky2023-05-312-6/+6
| * | | | | | | | | Bump bazel vesion to 6.2.0David Ostrovsky2023-05-313-8/+4
* | | | | | | | | | Fix S3Repository getSize to handle larger object sizesqin shulei2023-06-291-1/+1
* | | | | | | | | | DfsPackFile: make #getReverseIdx publicAnna Papitto2023-06-271-1/+11