aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/linux_patches_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/vcs: change HeadCommit to CommitDmitry Vyukov2024-10-151-3/+3
| | | | | | | Currently we have HeadCommit function that returns info about the HEAD commit. Change it to a more flexible Commit function that can return info about any commit. This will be used in future changes.
* pkg/vcs: add tests for automatic backportsAleksandr Nogikh2023-08-041-0/+108
Also, slightly refactor the code to facilitate testing.