diff options
author | Cédric Le Goater <clg@redhat.com> | 2025-06-30 19:23:01 +0200 |
---|---|---|
committer | Cédric Le Goater <clg@redhat.com> | 2025-07-03 13:42:28 +0200 |
commit | 4ba5cdfdf70843d7a74a7cb9704688c4c6957dd6 (patch) | |
tree | 781b0840b5e3eec5b07bfdc641d53488d1f1cc4f | |
parent | 34ea448263a8dad7443bfeaf5eca75e49abc5865 (diff) | |
download | qemu-4ba5cdfdf70843d7a74a7cb9704688c4c6957dd6.zip qemu-4ba5cdfdf70843d7a74a7cb9704688c4c6957dd6.tar.gz qemu-4ba5cdfdf70843d7a74a7cb9704688c4c6957dd6.tar.bz2 |
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é <philmd@linaro.org>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
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 <clg@redhat.com>
-rw-r--r-- | .b4-config | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |