aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | DfsPackFile/DfsGC: Write commit graphs and expose in packXing Huang2023-02-072-1/+146
* | | | | | | Merge "UploadPack: consume delimiter in object-info command"Han-Wen NIenhuys2023-02-021-1/+3
|\ \ \ \ \ \ \
| * | | | | | | UploadPack: consume delimiter in object-info commandHan-Wen Nienhuys2023-02-021-1/+3
* | | | | | | | Merge "PatchApplier fix - init cache with provided tree"Han-Wen NIenhuys2023-02-024-21/+82
|\ \ \ \ \ \ \ \
| * | | | | | | | PatchApplier fix - init cache with provided treeNitzan Gur-Furman2023-02-024-21/+82
* | | | | | | | | Avoid error-prone warningHan-Wen Nienhuys2023-02-013-10/+10
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-013-0/+149
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-013-0/+149
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-013-0/+149
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-013-0/+149
| | | |\| | |
| | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-013-0/+149
| | | | |\| |
| | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-013-0/+149
| | | | | |\|
| | | | | | * Allow the exclusions of refs prefixes from bitmapLuca Milanesio2023-01-311-0/+18
| | | | | | * PackWriterBitmapPreparer: do not include annotated tags in bitmapLuca Milanesio2023-01-311-0/+34
| | | | | | * BatchingProgressMonitor: avoid int overflow when computing percentageMatthias Sohn2023-01-311-0/+83
| | | | | | * FileSnapshotTest: Add more MISSING_FILE coverageNasser Grainawi2023-01-061-0/+14
| * | | | | | Prepare 6.4.1-SNAPSHOT buildsMatthias Sohn2022-11-302-58/+58
| * | | | | | JGit v6.4.0.202211300538-rv6.4.0.202211300538-rMatthias Sohn2022-11-302-2/+2
| * | | | | | Fix crashes on rare combination of file namesDmitrii Filippov2022-11-292-0/+197
| * | | | | | Prepare 6.4.0-SNAPSHOT buildMatthias Sohn2022-11-232-2/+2
| * | | | | | JGit v6.4.0.202211231055-rc1v6.4.0.202211231055-rc1Matthias Sohn2022-11-232-2/+2
* | | | | | | RevWalk: integrate commit-graph with commit parsingkylezhao2023-01-101-0/+319
* | | | | | | GC: disable writing commit-graph for shallow reposkylezhao2023-01-061-0/+19
* | | | | | | Add TernarySearchTreeMatthias Sohn2023-01-042-0/+331
* | | | | | | CommitGraph: teach ObjectReader to get commit-graphkylezhao2023-01-041-0/+20
* | | | | | | Merge "CommitGraph: add commit-graph for FileObjectDatabase"Ivan Frade2023-01-031-0/+45
|\ \ \ \ \ \ \
| * | | | | | | CommitGraph: add commit-graph for FileObjectDatabasekylezhao2022-12-231-0/+45
* | | | | | | | PatchApplier: fix handling of last newline in text patchThomas Wolf2022-12-2637-1/+1333
* | | | | | | | Reformat PatchApplier and PatchApplierTestThomas Wolf2022-12-221-28/+38
|/ / / / / / /
* | | | | | | IO#readFully: provide overload that fills the full arrayAnna Papitto2022-12-191-2/+2
* | | | | | | GC: Write commit-graph files when gckylezhao2022-12-161-0/+154
* | | | | | | CommitGraph: add core.commitGraph configkylezhao2022-12-161-0/+14
* | | | | | | Merge "Gc#deleteOrphans: avoid dependence on PackExt alphabetical ordering"Ivan Frade2022-12-161-2/+33
|\ \ \ \ \ \ \
| * | | | | | | Gc#deleteOrphans: avoid dependence on PackExt alphabetical orderingAnna Papitto2022-12-151-2/+33
* | | | | | | | CommitGraph: implement commit-graph readkylezhao2022-12-164-0/+412
|/ / / / / / /
* | | | | | | commitgraph package: fix exports/imports, add @since tag for new APIMatthias Sohn2022-12-081-0/+1
* | | | | | | CommitGraph: implement commit-graph writerkylezhao2022-12-062-0/+232
* | | | | | | Merge "Fix crashes on rare combination of file names"Han-Wen NIenhuys2022-11-282-0/+197
|\ \ \ \ \ \ \
| * | | | | | | Fix crashes on rare combination of file namesDmitrii Filippov2022-11-032-0/+197
* | | | | | | | Prepare 6.5.0-SNAPSHOT buildsMatthias Sohn2022-11-232-58/+58
| |/ / / / / / |/| | | | | |
* | | | | | | UploadPackTest: ensure UploadPack is closed to fix resource leakMatthias Sohn2022-11-211-37/+43
* | | | | | | Fix warnings in PatchApplierTestMatthias Sohn2022-11-201-12/+12
* | | | | | | Fix boxing warnings in TransportTestMatthias Sohn2022-11-201-3/+3
* | | | | | | Silence warnings about unclosed BasePackPushConnectionMatthias Sohn2022-11-201-0/+3
* | | | | | | DfsStreamKey: Replace ForReverseIndex to separate metrics.Anna Papitto2022-11-171-7/+6
* | | | | | | RawText.isBinary(): handle complete buffer correctlyThomas Wolf2022-11-161-0/+34
* | | | | | | Merge branch 'stable-6.3'Matthias Sohn2022-11-161-10/+59
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2022-11-161-10/+59
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-161-10/+59
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-161-10/+59
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |