Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | DfsPackFile/DfsGC: Write commit graphs and expose in pack | Xing Huang | 2023-02-07 | 2 | -1/+146 | |
* | | | | | | | Merge "UploadPack: consume delimiter in object-info command" | Han-Wen NIenhuys | 2023-02-02 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | UploadPack: consume delimiter in object-info command | Han-Wen Nienhuys | 2023-02-02 | 1 | -1/+3 | |
* | | | | | | | | Merge "PatchApplier fix - init cache with provided tree" | Han-Wen NIenhuys | 2023-02-02 | 4 | -21/+82 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PatchApplier fix - init cache with provided tree | Nitzan Gur-Furman | 2023-02-02 | 4 | -21/+82 | |
* | | | | | | | | | Avoid error-prone warning | Han-Wen Nienhuys | 2023-02-01 | 3 | -10/+10 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'stable-6.4' | Matthias Sohn | 2023-02-01 | 3 | -0/+149 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | ||||||
| * | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-02-01 | 3 | -0/+149 | |
| |\| | | | | | ||||||
| | * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-02-01 | 3 | -0/+149 | |
| | |\| | | | | ||||||
| | | * | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-02-01 | 3 | -0/+149 | |
| | | |\| | | | ||||||
| | | | * | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-01 | 3 | -0/+149 | |
| | | | |\| | | ||||||
| | | | | * | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-01 | 3 | -0/+149 | |
| | | | | |\| | ||||||
| | | | | | * | Allow the exclusions of refs prefixes from bitmap | Luca Milanesio | 2023-01-31 | 1 | -0/+18 | |
| | | | | | * | PackWriterBitmapPreparer: do not include annotated tags in bitmap | Luca Milanesio | 2023-01-31 | 1 | -0/+34 | |
| | | | | | * | BatchingProgressMonitor: avoid int overflow when computing percentage | Matthias Sohn | 2023-01-31 | 1 | -0/+83 | |
| | | | | | * | FileSnapshotTest: Add more MISSING_FILE coverage | Nasser Grainawi | 2023-01-06 | 1 | -0/+14 | |
| * | | | | | | Prepare 6.4.1-SNAPSHOT builds | Matthias Sohn | 2022-11-30 | 2 | -58/+58 | |
| * | | | | | | JGit v6.4.0.202211300538-rv6.4.0.202211300538-r | Matthias Sohn | 2022-11-30 | 2 | -2/+2 | |
| * | | | | | | Fix crashes on rare combination of file names | Dmitrii Filippov | 2022-11-29 | 2 | -0/+197 | |
| * | | | | | | Prepare 6.4.0-SNAPSHOT build | Matthias Sohn | 2022-11-23 | 2 | -2/+2 | |
| * | | | | | | JGit v6.4.0.202211231055-rc1v6.4.0.202211231055-rc1 | Matthias Sohn | 2022-11-23 | 2 | -2/+2 | |
* | | | | | | | RevWalk: integrate commit-graph with commit parsing | kylezhao | 2023-01-10 | 1 | -0/+319 | |
* | | | | | | | GC: disable writing commit-graph for shallow repos | kylezhao | 2023-01-06 | 1 | -0/+19 | |
* | | | | | | | Add TernarySearchTree | Matthias Sohn | 2023-01-04 | 2 | -0/+331 | |
* | | | | | | | CommitGraph: teach ObjectReader to get commit-graph | kylezhao | 2023-01-04 | 1 | -0/+20 | |
* | | | | | | | Merge "CommitGraph: add commit-graph for FileObjectDatabase" | Ivan Frade | 2023-01-03 | 1 | -0/+45 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CommitGraph: add commit-graph for FileObjectDatabase | kylezhao | 2022-12-23 | 1 | -0/+45 | |
* | | | | | | | | PatchApplier: fix handling of last newline in text patch | Thomas Wolf | 2022-12-26 | 37 | -1/+1333 | |
* | | | | | | | | Reformat PatchApplier and PatchApplierTest | Thomas Wolf | 2022-12-22 | 1 | -28/+38 | |
|/ / / / / / / | ||||||
* | | | | | | | IO#readFully: provide overload that fills the full array | Anna Papitto | 2022-12-19 | 1 | -2/+2 | |
* | | | | | | | GC: Write commit-graph files when gc | kylezhao | 2022-12-16 | 1 | -0/+154 | |
* | | | | | | | CommitGraph: add core.commitGraph config | kylezhao | 2022-12-16 | 1 | -0/+14 | |
* | | | | | | | Merge "Gc#deleteOrphans: avoid dependence on PackExt alphabetical ordering" | Ivan Frade | 2022-12-16 | 1 | -2/+33 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Gc#deleteOrphans: avoid dependence on PackExt alphabetical ordering | Anna Papitto | 2022-12-15 | 1 | -2/+33 | |
* | | | | | | | | CommitGraph: implement commit-graph read | kylezhao | 2022-12-16 | 4 | -0/+412 | |
|/ / / / / / / | ||||||
* | | | | | | | commitgraph package: fix exports/imports, add @since tag for new API | Matthias Sohn | 2022-12-08 | 1 | -0/+1 | |
* | | | | | | | CommitGraph: implement commit-graph writer | kylezhao | 2022-12-06 | 2 | -0/+232 | |
* | | | | | | | Merge "Fix crashes on rare combination of file names" | Han-Wen NIenhuys | 2022-11-28 | 2 | -0/+197 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix crashes on rare combination of file names | Dmitrii Filippov | 2022-11-03 | 2 | -0/+197 | |
* | | | | | | | | Prepare 6.5.0-SNAPSHOT builds | Matthias Sohn | 2022-11-23 | 2 | -58/+58 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | UploadPackTest: ensure UploadPack is closed to fix resource leak | Matthias Sohn | 2022-11-21 | 1 | -37/+43 | |
* | | | | | | | Fix warnings in PatchApplierTest | Matthias Sohn | 2022-11-20 | 1 | -12/+12 | |
* | | | | | | | Fix boxing warnings in TransportTest | Matthias Sohn | 2022-11-20 | 1 | -3/+3 | |
* | | | | | | | Silence warnings about unclosed BasePackPushConnection | Matthias Sohn | 2022-11-20 | 1 | -0/+3 | |
* | | | | | | | DfsStreamKey: Replace ForReverseIndex to separate metrics. | Anna Papitto | 2022-11-17 | 1 | -7/+6 | |
* | | | | | | | RawText.isBinary(): handle complete buffer correctly | Thomas Wolf | 2022-11-16 | 1 | -0/+34 | |
* | | | | | | | Merge branch 'stable-6.3' | Matthias Sohn | 2022-11-16 | 1 | -10/+59 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2022-11-16 | 1 | -10/+59 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2022-11-16 | 1 | -10/+59 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | * | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2022-11-16 | 1 | -10/+59 | |
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | |