From: Joe Perches <joe@perches.com>
To: "L. Alberto Giménez" <agimenez@sysvalve.es>
Cc: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
"David S. Miller" <davem@davemloft.net>,
Florian Mickler <florian@mickler.org>,
Stephen Hemminger <shemminger@vyatta.com>,
Wolfram Sang <w.sang@pengutronix.de>
Subject: Re: [PATCH] get_maintainer.pl: Add support to match arbitrary text
Date: Tue, 25 Jan 2011 06:23:09 -0800 [thread overview]
Message-ID: <1295965389.15568.25.camel@Joe-Laptop> (raw)
In-Reply-To: <1295911951-12615-1-git-send-email-agimenez@sysvalve.es>
On Tue, 2011-01-25 at 00:32 +0100, L. Alberto Giménez wrote:
> Signed-off-by: L. Alberto Giménez <agimenez@sysvalve.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@kernel.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*[:,\]]
prev parent reply other threads:[~2011-01-25 14:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-24 23:32 [PATCH] get_maintainer.pl: Add support to match arbitrary text L. Alberto Giménez
2011-01-24 23:53 ` Joe Perches
2011-01-25 0:25 ` L. Alberto Giménez
2011-01-25 14:08 ` [PATCH] get_maintainer.pl: Allow "K:" pattern tests to match non-patch text Joe Perches
2011-01-25 18:44 ` L. Alberto Giménez
2011-01-25 18:58 ` Joe Perches
2011-01-26 12:23 ` "L. Alberto Giménez"
2011-01-25 14:23 ` Joe Perches [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1295965389.15568.25.camel@Joe-Laptop \
--to=joe@perches.com \
--cc=agimenez@sysvalve.es \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=florian@mickler.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shemminger@vyatta.com \
--cc=w.sang@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.