scripts/get_maintainer.pl: Add -f directory use
authorJoe Perches <joe@perches.com>
Wed, 29 Jul 2009 22:04:28 +0000 (15:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Jul 2009 02:10:40 +0000 (19:10 -0700)
commit870020f93af2323a81f179091a0780dc1d5b916b
tree71b88800d4d0cdcd13369a44ab125f9f5a0d372f
parent82c4dfc76200055bd2ae600a08404c10df5f4ff6
scripts/get_maintainer.pl: Add -f directory use

Don't require a specific file in a directory to be tested.

Also Arnd Bergmann pointed out that the MAINTAINERS pattern requirement
that directory patterns have a trailing slash was unnecessary and was
likely to be error prone.  Removed that requirement.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl