scripts/get_maintainer.pl: add patch/file search for keywords
authorJoe Perches <joe@perches.com>
Mon, 26 Oct 2009 23:49:47 +0000 (16:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 Oct 2009 14:39:26 +0000 (07:39 -0700)
commitdcf36a92f569b2c240129d8c6ae4c366c1658766
tree259148e3a6dd95ea73509494c8dac9f5d9fe713b
parent27480ccc29c84206ad53f1990d4a22ff6236de91
scripts/get_maintainer.pl: add patch/file search for keywords

Based on an idea from Wolfram Sang.

Add search for MAINTAINERS line "K:" regex pattern match in a patch or file
Matches are added after file pattern matches
Add --keywords command line switch (default 1, on)
Change version to 0.21

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl