aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* PackWriter: offer to write an object-size index for the packIvan Frade2023-02-241-0/+37
* Merge branch 'stable-6.4'Matthias Sohn2023-02-221-5/+3
|\
| * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-221-5/+3
| |\
| | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-221-5/+3
| | |\
| | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-221-5/+3
| | | |\
| | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-221-5/+3
| | | | |\
| | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-221-5/+3
| | | | | |\
| | | | | | * Fix GcConcurrentTest#testInterruptGcMatthias Sohn2023-02-221-5/+3
* | | | | | | UploadPack: use allow-any-sha1-in-want configurationkylezhao2023-02-211-0/+44
* | | | | | | PackObjectSizeIndex: interface and impl for the object-size indexIvan Frade2023-02-141-0/+392
* | | | | | | UInt24Array: Array of unsigned ints encoded in 3 bytes.Ivan Frade2023-02-141-0/+79
* | | | | | | PackIndex: expose the position of an object-id in the indexIvan Frade2023-02-141-0/+39
* | | | | | | 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
|\ \ \ \ \ \ \