[Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects

Aleksandar Markovic posted 3 patches 7 years, 1 month ago
[Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects
Posted by Aleksandar Markovic 7 years, 1 month ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

Add ability to redirect mails (sent to qemu-devel) containing
"mips" in the subject line to MIPS maintainers and reviewers.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c052523373..3dda82d31e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -219,6 +219,7 @@ F: tests/tcg/mips/
 F: disas/mips.c
 F: disas/nanomips.h
 F: disas/nanomips.cpp
+K: ^Subject:.*(?i)mips?
 
 Moxie
 M: Anthony Green <green@moxielogic.com>
-- 
2.17.1


Re: [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects
Posted by Philippe Mathieu-Daudé 7 years, 1 month ago
Hi Aleksandar,

On 12/17/18 5:59 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
> 
> Add ability to redirect mails (sent to qemu-devel) containing
> "mips" in the subject line to MIPS maintainers and reviewers.
> 
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c052523373..3dda82d31e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -219,6 +219,7 @@ F: tests/tcg/mips/
>  F: disas/mips.c
>  F: disas/nanomips.h
>  F: disas/nanomips.cpp
> +K: ^Subject:.*(?i)mips?

Why the trailing quantifier '?'?
This matches:
semipermeable
semiprecious
semiprivate
semiprofessional

>  
>  Moxie
>  M: Anthony Green <green@moxielogic.com>
>