diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2024-07-17 23:12:59 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-09-29 10:05:19 -0600 |
commit | 26efc940c865a04d345ac9d39f71746fc2821da6 (patch) | |
tree | 01d69c8c2f83acca845abfe8ce779b0d2dc4833e | |
parent | 522a58af836598918758b41b110a73f35b9335ba (diff) |
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 <jiaxun.yang@flygoat.com>
[trini: Reword slightly]
-rw-r--r-- | .b4-config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.b4-config b/.b4-config new file mode 100644 index 00000000000..6ba10cf9b50 --- /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 |