aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-base-commit
Commit message (Collapse)AuthorAgeFilesLines
* tools/syz-base-commit: fix result printingAleksandr Nogikh2026-02-161-1/+1
| | | | | As Commit is embedded in the resulting structrue, just using %+v is not enough. Explicitly print the commit info and the branch list.
* tools: add syz-base-commit toolAleksandr Nogikh2026-02-051-0/+50
The tool is aimed to facilitate debugging of the cases when the blob-based base commit functionality did not work as expected or to determine the missing remote trees.