Re: [PATCH 13/14] scripts: add checkmaintainers.py

2013-03-03 Thread Paul Bolle
On Sat, 2013-03-02 at 22:53 -0300, Cesar Eduardo Barros wrote: > For every file pattern, it checks if the pattern matches any file or > directory in the kernel tree, printing the patterns which do not have a > match. In a script I cobbled together for local consumption, I invoked "git ls-files" to

[PATCH 13/14] scripts: add checkmaintainers.py

2013-03-02 Thread Cesar Eduardo Barros
This small script checks the file patterns in the MAINTAINERS file. For every file pattern, it checks if the pattern matches any file or directory in the kernel tree, printing the patterns which do not have a match. It also checks for any file pattern pointing to any of the include directories wh