[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1295965389.15568.25.camel@Joe-Laptop>
Date: Tue, 25 Jan 2011 06:23:09 -0800
From: Joe Perches <joe@...ches.com>
To: "L. Alberto" Giménez <agimenez@...valve.es>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
"David S. Miller" <davem@...emloft.net>,
Florian Mickler <florian@...kler.org>,
Stephen Hemminger <shemminger@...tta.com>,
Wolfram Sang <w.sang@...gutronix.de>
Subject: Re: [PATCH] get_maintainer.pl: Add support to match arbitrary text
On Tue, 2011-01-25 at 00:32 +0100, L. Alberto Giménez wrote:
> Signed-off-by: L. Alberto Giménez <agimenez@...valve.es>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cf0f3a5..c1e33ac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6145,6 +6145,7 @@ TRIVIAL PATCHES
> M: Jiri Kosina <trivial@...nel.org>
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
> S: Maintained
> +K: ^Subject:.*\[(?i)trivial\].*
The trailing .* isn't necessary.
This matches just case insensitive "[trivial]".
Looking at the trivial patches posted:
https://patchwork.kernel.org/project/LKML/list/?q=trivial
that's not a very good matching pattern.
Maybe this is better:
K: ^(?i:subject):.*(?i:trivial)\s*[:,\]]
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists