
`b4` is a commandline tool to make patch-based development easier[1]
Provide a .b4-config file to match U-Boot's patch preference so it will be easier for people to use b4 with U-Boot development.
Signed-off-by: Jiaxun Yang jiaxun.yang@flygoat.com --- Do we want to disable git for get_maintainer.pl in auto-cc-cmd to prevent annoying people? Please advice!
Thanks --- .b4-config | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/.b4-config b/.b4-config new file mode 100644 index 000000000000..6ba10cf9b50e --- /dev/null +++ b/.b4-config @@ -0,0 +1,7 @@ +# 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
--- base-commit: 902d8ee94ce29a088a325da6e69eeb1a25f1fec7 change-id: 20240717-b4-config-a717ba519064
Best regards,