Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Orbit to S20230101190934 | Matthias Sohn | 2023-01-11 | 24 | -124/+193 |
* | Update to releases p2 repo for 4.26 simultaneous release | Matthias Sohn | 2023-01-11 | 2 | -3/+3 |
* | RevWalk: integrate commit-graph with commit parsing | kylezhao | 2023-01-10 | 5 | -1/+514 |
* | Merge branch 'stable-6.4' | Matthias Sohn | 2023-01-06 | 5 | -3/+78 |
|\ | |||||
| * | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-01-05 | 4 | -3/+61 |
| |\ | |||||
| | * | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-01-05 | 6 | -3/+247 |
| | |\ | |||||
| | | * | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-01-05 | 5 | -3/+75 |
| | | |\ | |||||
| | | | * | Introduce core.trustPackedRefsStat config | Kaushik Lingarkar | 2023-01-05 | 5 | -2/+73 |
| | | | * | Fix documentation for core.trustFolderStat | Kaushik Lingarkar | 2022-12-14 | 1 | -1/+1 |
* | | | | | GC: disable writing commit-graph for shallow repos | kylezhao | 2023-01-06 | 2 | -0/+22 |
* | | | | | RefDatabase: fix javadoc formatting | Matthias Sohn | 2023-01-04 | 1 | -29/+35 |
* | | | | | Pull up additionalRefsNames from RefDirectory to RefDatabase | Matthias Sohn | 2023-01-04 | 3 | -5/+17 |
* | | | | | Add TernarySearchTree | Matthias Sohn | 2023-01-04 | 6 | -0/+934 |
* | | | | | CommitGraph: teach ObjectReader to get commit-graph | kylezhao | 2023-01-04 | 4 | -1/+57 |
* | | | | | Merge "CommitGraph: add commit-graph for FileObjectDatabase" | Ivan Frade | 2023-01-03 | 7 | -0/+207 |
|\ \ \ \ \ | |||||
| * | | | | | CommitGraph: add commit-graph for FileObjectDatabase | kylezhao | 2022-12-23 | 7 | -0/+207 |
* | | | | | | PatchApplier: fix handling of last newline in text patch | Thomas Wolf | 2022-12-26 | 38 | -18/+1358 |
* | | | | | | Reformat PatchApplier and PatchApplierTest | Thomas Wolf | 2022-12-22 | 2 | -59/+65 |
|/ / / / / | |||||
* | | | | | PackWriter#prepareBitmapIndex: add clarifying comments | Anna Papitto | 2022-12-20 | 1 | -0/+4 |
* | | | | | Merge "IO#readFully: provide overload that fills the full array" | Ivan Frade | 2022-12-19 | 2 | -2/+21 |
|\ \ \ \ \ | |||||
| * | | | | | IO#readFully: provide overload that fills the full array | Anna Papitto | 2022-12-19 | 2 | -2/+21 |
* | | | | | | Fix API warnings for the new CommitGraph | Thomas Wolf | 2022-12-17 | 2 | -1/+13 |
|/ / / / / | |||||
* | | | | | PackReverseIndex#findPosition: fix typo in method name | Anna Papitto | 2022-12-16 | 2 | -2/+2 |
* | | | | | GC: Write commit-graph files when gc | kylezhao | 2022-12-16 | 4 | -0/+268 |
* | | | | | CommitGraph: add core.commitGraph config | kylezhao | 2022-12-16 | 3 | -0/+45 |
* | | | | | Merge "Gc#deleteOrphans: avoid dependence on PackExt alphabetical ordering" | Ivan Frade | 2022-12-16 | 2 | -35/+69 |
|\ \ \ \ \ | |||||
| * | | | | | Gc#deleteOrphans: avoid dependence on PackExt alphabetical ordering | Anna Papitto | 2022-12-15 | 2 | -35/+69 |
* | | | | | | CommitGraph: implement commit-graph read | kylezhao | 2022-12-16 | 13 | -0/+1216 |
* | | | | | | WalkPushConnection: Sanitize paths given to transports | Jeremy T. Braun | 2022-12-15 | 1 | -4/+13 |
* | | | | | | Merge changes Iad832fe1,Icef9658c | Matthias Sohn | 2022-12-14 | 14 | -214/+116 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CommitGraphWriter: fix UnusedException errorprone error | Matthias Sohn | 2022-12-13 | 1 | -1/+2 |
| * | | | | | | Update jetty to 10.0.13 | Matthias Sohn | 2022-12-13 | 13 | -213/+114 |
* | | | | | | | GraphCommits: Remove unused getter by position | Ivan Frade | 2022-12-13 | 1 | -7/+0 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | PackExt: Add a commit graph extension. | Xing Huang | 2022-12-12 | 1 | -1/+4 |
|/ / / / / | |||||
* | | | | | Merge "commitgraph package: fix exports/imports, add @since tag for new API" | Matthias Sohn | 2022-12-08 | 4 | -0/+6 |
|\ \ \ \ \ | |||||
| * | | | | | commitgraph package: fix exports/imports, add @since tag for new API | Matthias Sohn | 2022-12-08 | 4 | -0/+6 |
* | | | | | | BatchRefUpdate: Consistent switch branches in ref update | Sergey | 2022-12-08 | 1 | -4/+1 |
* | | | | | | RefWriter#writePackedRefs: Remove a redundant "if" check | Sergey | 2022-12-08 | 1 | -2/+1 |
|/ / / / / | |||||
* | | | | | Merge "CommitGraph: implement commit-graph writer" | Ivan Frade | 2022-12-06 | 9 | -0/+800 |
|\ \ \ \ \ | |||||
| * | | | | | CommitGraph: implement commit-graph writer | kylezhao | 2022-12-06 | 9 | -0/+800 |
* | | | | | | [releng] bump japicmp base version | Thomas Wolf | 2022-12-01 | 1 | -1/+1 |
* | | | | | | Merge branch 'stable-6.4' | Matthias Sohn | 2022-11-30 | 0 | -0/+0 |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
| * | | | | Prepare 6.4.1-SNAPSHOT builds | Matthias Sohn | 2022-11-30 | 91 | -529/+529 |
| * | | | | JGit v6.4.0.202211300538-rv6.4.0.202211300538-r | Matthias Sohn | 2022-11-30 | 91 | -125/+125 |
| * | | | | Fix crashes on rare combination of file names | Dmitrii Filippov | 2022-11-29 | 3 | -4/+216 |
* | | | | | Merge "Fix crashes on rare combination of file names" | Han-Wen NIenhuys | 2022-11-28 | 3 | -4/+216 |
|\ \ \ \ \ | |||||
| * | | | | | Fix crashes on rare combination of file names | Dmitrii Filippov | 2022-11-03 | 3 | -4/+216 |
* | | | | | | Prepare 6.5.0-SNAPSHOT builds | Matthias Sohn | 2022-11-23 | 91 | -529/+529 |
* | | | | | | Merge branch 'stable-6.4' | Matthias Sohn | 2022-11-23 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Prepare 6.4.0-SNAPSHOT build | Matthias Sohn | 2022-11-23 | 91 | -125/+125 |