From: Cédric Le Goater Date: Mon, 30 Jun 2025 17:23:01 +0000 (+0200) Subject: b4: Drop linktrailermask X-Git-Tag: v10.1.0-rc0~33^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ba5cdfdf70843d7a74a7cb9704688c4c6957dd6;p=thirdparty%2Fqemu.git b4: Drop linktrailermask When grabbing a patch series, the link trailer is replaced with a Message-ID, which is not useful compared to an URL. Fix that by dropping the linktrailermask config. Cc: Philippe Mathieu-Daudé Cc: Jiaxun Yang Fixes: 838cf72b5d2c ("Add a b4 configuration file") Link: https://lore.kernel.org/qemu-devel/20250630172301.519848-1-clg@redhat.com Signed-off-by: Cédric Le Goater --- diff --git a/.b4-config b/.b4-config index 4b9b2fe290f..126f503ded7 100644 --- a/.b4-config +++ b/.b4-config @@ -11,4 +11,3 @@ 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>