diff mbox series

[v2] b4-config: Configure Lore masks

Message ID 20241224135054.10243-1-philmd@linaro.org (mailing list archive)
State New
Headers show
Series [v2] b4-config: Configure Lore masks | expand

Commit Message

Philippe Mathieu-Daudé Dec. 24, 2024, 1:50 p.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
Based-on: <20241222-b4-config-v1-1-b3667beb30a4@flygoat.com>
---
 .b4-config | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jiaxun Yang Dec. 24, 2024, 2:21 p.m. UTC | #1
在2024年12月24日十二月 下午1:50,Philippe Mathieu-Daudé写道:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---

Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

Thanks!

> Based-on: <20241222-b4-config-v1-1-b3667beb30a4@flygoat.com>
> ---
>  .b4-config | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/.b4-config b/.b4-config
> index 5feac156429..af9cfdcd3ed 100644
> --- a/.b4-config
> +++ b/.b4-config
> @@ -8,3 +8,6 @@
>      send-auto-to-cmd = echo
>      send-auto-cc-cmd = scripts/get_maintainer.pl --noroles 
> --norolestats --nogit --nogit-fallback
>      prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse 
> --no-summary --mailback -
> +    searchmask = https://lore.kernel.org/qemu-devel/?x=m&t=1&q=%s
> +    linkmask = https://lore.kernel.org/qemu-devel/%s
> +    linktrailermask = Message-ID: <%s>
> -- 
> 2.47.1
diff mbox series

Patch

diff --git a/.b4-config b/.b4-config
index 5feac156429..af9cfdcd3ed 100644
--- a/.b4-config
+++ b/.b4-config
@@ -8,3 +8,6 @@ 
     send-auto-to-cmd = echo
     send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback
     prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
+    searchmask = https://lore.kernel.org/qemu-devel/?x=m&t=1&q=%s
+    linkmask = https://lore.kernel.org/qemu-devel/%s
+    linktrailermask = Message-ID: <%s>