[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mi
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects |
Date: |
Tue, 18 Dec 2018 01:27:19 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 |
Hi Aleksandar,
On 12/17/18 5:59 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <address@hidden>
>
> 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 <address@hidden>
> ---
> 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 <address@hidden>
>