get_maintainer: allow usage outside of kernel tree
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Wed, 22 Aug 2018 04:56:48 +0000 (21:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Aug 2018 17:52:47 +0000 (10:52 -0700)
commit31bb82c9caa9bd8fa8865fa28a7a81f67ddc0539
tree8eb55576e12af750dce3d0166b1f3f5268cd2a0b
parent92e641784055998879942d39c74d4f84fa750968
get_maintainer: allow usage outside of kernel tree

Add option '--no-tree' to get_maintainer.pl script to allow using this
script in projects that aren't the Linux kernel if they use the same
format for their MAINTAINERS file.  This command is also available in
checkpatch.pl, for example.

Link: http://lkml.kernel.org/r/04452ac6-1575-f612-72c6-6ea88e70a9d5@arm.com
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Cc: 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