mirror of
				https://gitlab.com/qemu-project/qemu.git
				synced 2025-10-30 07:57:14 +08:00 
			
		
		
		
	 4ba5cdfdf7
			
		
	
	4ba5cdfdf7
	
	
	
		
			
			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: 838cf72b5d ("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>
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			576 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			576 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # Common b4 settings that can be used to send patches to QEMU upstream.
 | |
| # https://b4.docs.kernel.org/
 | |
| #
 | |
| 
 | |
| [b4]
 | |
|     send-series-to = qemu-devel@nongnu.org
 | |
|     send-auto-to-cmd = echo
 | |
|     send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback
 | |
|     am-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
 | |
|     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
 |