From: Joe Perches Date: Tue, 26 Oct 2010 21:22:52 +0000 (-0700) Subject: scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emails X-Git-Tag: v2.6.37-rc1~105^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab9ed12fcd0c182a72509382c3da55c527963e3;p=pandora-kernel.git scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emails Keyword matching uses K: patterns from MAINTAINERS, so if looking for the MAINTAINERS maintainer, don't search MAINTAINERS for pattern matches. MAINTAINERS also has rather a lot of email addresses and is easily searched using grep "^M:", so skip it. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed