[PATCH v3 05/11] .b4-config: add project defaults

Alex Bennée <[email protected]> Fri, 10 Oct 2025 17:28:52 +0100
Newsgroups dev.linux.lists.virtio-comment
Message-ID <[email protected]>
b4 is another tool used to apply and send patches. We might as well
set our project specific settings here.

Signed-off-by: Alex Bennée <[email protected]>
---
 .b4-config | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .b4-config

diff --git a/.b4-config b/.b4-config
new file mode 100644
index 0000000..0ac4110
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,9 @@
+#
+# Common b4 settings that can be used to send patches to virtio-comment.
+# https://b4.docs.kernel.org/
+#
+
+[b4]
+    send-series-to = [email protected]
+    searchmask = https://lore.kernel.org/virtio-comment/?x=m&t=1&q=%s
+    linkmask = https://lore.kernel.org/virto-comment/%s
-- 
2.47.3