mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
`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 <jiaxun.yang@flygoat.com> [trini: Reword slightly]
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
# Configuration for the `b4` tool
|
|
# See https://b4.docs.kernel.org/en/latest/config.html
|
|
|
|
[b4]
|
|
send-series-to = u-boot@lists.denx.de
|
|
send-auto-to-cmd = echo ""
|
|
send-auto-cc-cmd = scripts/get_maintainer.pl
|