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

Manos Pitsidianakis <[email protected]> Thu, 30 Oct 2025 09:09:05 +0200
Newsgroups dev.linux.lists.virtio-comment
Message-ID <CAAjaMXYCO+6170-HxJ7d=J+DL0CGvg2nfCi93Mi0+BEffj43cg@mail.gmail.com>
On Fri, Oct 10, 2025 at 7:29 PM Alex Bennée <[email protected]> wrote:
>
> 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
>
>

Reviewed-by: Manos Pitsidianakis <[email protected]>