summaryrefslogtreecommitdiff
path: root/.b4-config
AgeCommit message (Collapse)Author
2026-01-28.b4-config: Add some patchwork related settingsTom Rini
To make it easier for custodians to use b4 with patchwork, add some defaults to the in-tree .b4-config. The API key will still have to be configured. Suggested-by: Quentin Schulz <[email protected]> Acked-by: Quentin Schulz <[email protected]> Signed-off-by: Tom Rini <[email protected]>
2025-10-02b4-config: Improve b4 config for correct operationAndrew Goodbody
The recent change to .b4-config resulted in some expected recipients not being added to the address lists. Rework the commands so that all expected recipients are added while maintaining the ordering from the first change. Fixes: 26efc940c86 ("b4-config: configure `b4` for U-Boot") Signed-off-by: Andrew Goodbody <[email protected]>
2025-09-29b4-config: configure `b4` for U-BootJiaxun Yang
`b4` is a commandline tool to make patch-based development easier. Provide a .b4-config file to match U-Boot's development preference about who is cc'd on patch submission. Signed-off-by: Jiaxun Yang <[email protected]> [trini: Reword slightly]