Skip to content

Commit 26efc94

Browse files
FlyGoattrini
authored andcommitted
b4-config: configure b4 for U-Boot
`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]
1 parent 522a58a commit 26efc94

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.b4-config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Configuration for the `b4` tool
2+
# See https://b4.docs.kernel.org/en/latest/config.html
3+
4+
[b4]
5+
send-series-to = [email protected]
6+
send-auto-to-cmd = echo ""
7+
send-auto-cc-cmd = scripts/get_maintainer.pl

0 commit comments

Comments
 (0)