This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: add basic b4 config file Author: Quentin Schulz <[email protected]> Date: Mon Oct 6 13:47:10 2025 +0200 b4[1] is a very nice tool for mail-based contribution. A config[2] file exists to set up a few defaults. We can use it to set the Cc recipients to always add, in our case the mailing list. This shouldn't be necessary if we had a script that b4 prep --auto-to-cc could call to find the mail address(es) to send to (cc), à-la scripts/get_maintainer.pl from the kernel tree. This allows us to not have to look for the mailing list to send the patches to, just use b4 and you're all set. [1] https://pypi.org/project/b4/ [2] https://b4.docs.kernel.org/en/latest/config.html Signed-off-by: Quentin Schulz <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> .b4-config | 3 +++ 1 file changed, 3 insertions(+) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=2525315cd54a001e8b782f77dc37aa8452a6c0bd diff --git a/.b4-config b/.b4-config new file mode 100644 index 000000000000..c0bd244cf59b --- /dev/null +++ b/.b4-config @@ -0,0 +1,3 @@ +[b4] + send-series-cc = [email protected] + send-prefixes = v4l-utils _______________________________________________ linuxtv-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
