aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/flow/patching/actions_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow/flow/patching: fix getting list of recent commitsDmitry Vyukov2026-02-021-2/+7
| | | | | We need to run git log in the master git repo b/c out KernelSrc/KernelScratchSrc are shallow checkouts that don't have history.
* pkg/aflow/flow/patching: use recent commit subjectsDmitry Vyukov2026-01-311-0/+59
Give LLM the recent commit subjects when it generates description, so that it can use the same style. Add infrastrcuture to write end-to-end action tests to test it.