summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-add servlet-api 4.0 to the target platformMatthias Sohn2023-01-1611-10/+65
* Upgrade maven pluginsMichael Keppler2023-01-133-31/+29
* Merge branch 'stable-6.5'Matthias Sohn2023-01-130-0/+0
|\
| * Prepare 6.5.0-SNAPSHOT buildsMatthias Sohn2023-01-1191-125/+125
| * JGit v6.5.0.202301111425-m1v6.5.0.202301111425-m1Matthias Sohn2023-01-1191-125/+125
* | Merge branch 'stable-6.4'Matthias Sohn2023-01-135-32/+87
|\ \ | |/ |/|
| * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-01-135-32/+87
| |\
| | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-01-135-32/+87
| | |\
| | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-01-135-32/+87
| | | |\
| | | | * Cache trustFolderStat/trustPackedRefsStat value per-instanceNasser Grainawi2023-01-132-23/+21
| | | | * Refresh 'objects' dir and retry if a loose object is not foundKaushik Lingarkar2023-01-133-9/+66
* | | | | Update Orbit to S20230101190934Matthias Sohn2023-01-1124-124/+193
* | | | | Update to releases p2 repo for 4.26 simultaneous releaseMatthias Sohn2023-01-112-3/+3
* | | | | RevWalk: integrate commit-graph with commit parsingkylezhao2023-01-105-1/+514
* | | | | Merge branch 'stable-6.4'Matthias Sohn2023-01-065-3/+78
|\| | | |
| * | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-01-054-3/+61
| |\| | |
| | * | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-01-056-3/+247
| | |\| |
| | | * | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-01-055-3/+75
| | | |\|
| | | | * Introduce core.trustPackedRefsStat configKaushik Lingarkar2023-01-055-2/+73
| | | | * Fix documentation for core.trustFolderStatKaushik Lingarkar2022-12-141-1/+1
* | | | | GC: disable writing commit-graph for shallow reposkylezhao2023-01-062-0/+22
* | | | | RefDatabase: fix javadoc formattingMatthias Sohn2023-01-041-29/+35
* | | | | Pull up additionalRefsNames from RefDirectory to RefDatabaseMatthias Sohn2023-01-043-5/+17
* | | | | Add TernarySearchTreeMatthias Sohn2023-01-046-0/+934
* | | | | CommitGraph: teach ObjectReader to get commit-graphkylezhao2023-01-044-1/+57
* | | | | Merge "CommitGraph: add commit-graph for FileObjectDatabase"Ivan Frade2023-01-037-0/+207
|\ \ \ \ \
| * | | | | CommitGraph: add commit-graph for FileObjectDatabasekylezhao2022-12-237-0/+207
* | | | | | PatchApplier: fix handling of last newline in text patchThomas Wolf2022-12-2638-18/+1358
* | | | | | Reformat PatchApplier and PatchApplierTestThomas Wolf2022-12-222-59/+65
|/ / / / /
* | | | | PackWriter#prepareBitmapIndex: add clarifying commentsAnna Papitto2022-12-201-0/+4
* | | | | Merge "IO#readFully: provide overload that fills the full array"Ivan Frade2022-12-192-2/+21
|\ \ \ \ \
| * | | | | IO#readFully: provide overload that fills the full arrayAnna Papitto2022-12-192-2/+21
* | | | | | Fix API warnings for the new CommitGraphThomas Wolf2022-12-172-1/+13
|/ / / / /
* | | | | PackReverseIndex#findPosition: fix typo in method nameAnna Papitto2022-12-162-2/+2
* | | | | GC: Write commit-graph files when gckylezhao2022-12-164-0/+268
* | | | | CommitGraph: add core.commitGraph configkylezhao2022-12-163-0/+45
* | | | | Merge "Gc#deleteOrphans: avoid dependence on PackExt alphabetical ordering"Ivan Frade2022-12-162-35/+69
|\ \ \ \ \
| * | | | | Gc#deleteOrphans: avoid dependence on PackExt alphabetical orderingAnna Papitto2022-12-152-35/+69
* | | | | | CommitGraph: implement commit-graph readkylezhao2022-12-1613-0/+1216
* | | | | | WalkPushConnection: Sanitize paths given to transportsJeremy T. Braun2022-12-151-4/+13
* | | | | | Merge changes Iad832fe1,Icef9658cMatthias Sohn2022-12-1414-214/+116
|\ \ \ \ \ \
| * | | | | | CommitGraphWriter: fix UnusedException errorprone errorMatthias Sohn2022-12-131-1/+2
| * | | | | | Update jetty to 10.0.13Matthias Sohn2022-12-1313-213/+114
* | | | | | | GraphCommits: Remove unused getter by positionIvan Frade2022-12-131-7/+0
| |/ / / / / |/| | | | |
* | | | | | PackExt: Add a commit graph extension.Xing Huang2022-12-121-1/+4
|/ / / / /
* | | | | Merge "commitgraph package: fix exports/imports, add @since tag for new API"Matthias Sohn2022-12-084-0/+6
|\ \ \ \ \
| * | | | | commitgraph package: fix exports/imports, add @since tag for new APIMatthias Sohn2022-12-084-0/+6
* | | | | | BatchRefUpdate: Consistent switch branches in ref updateSergey2022-12-081-4/+1
* | | | | | RefWriter#writePackedRefs: Remove a redundant "if" checkSergey2022-12-081-2/+1
|/ / / / /
* | | | | Merge "CommitGraph: implement commit-graph writer"Ivan Frade2022-12-069-0/+800
|\ \ \ \ \