Jeff approved an earlier version of this as trivially OK (since it
doesn't affect anybody not using b4). The v2 patch that I've pushed adds
the send-series-to config, as suggested by the b4 maintainer here:
https://lore.kernel.org/tools/[email protected]/T/#mb21ebe04b433442f40548acc4394554e65a8d1be
Pushed to trunk.
-- >8 --
This makes b4 use inbox.sourceware.org instead of the default host
lore.kernel.org, so that every b4 user doesn't have to configure this
themselves.
ChangeLog:
* .b4-config: New file.
---
.b4-config | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 .b4-config
diff --git a/.b4-config b/.b4-config
new file mode 100644
index 00000000000..eec2261deb6
--- /dev/null
+++ b/.b4-config
@@ -0,0 +1,4 @@
+[b4]
+ midmask = https://inbox.sourceware.org/%s
+ linkmask = https://inbox.sourceware.org/%s
+ send-series-to = [email protected]
--
2.45.2