]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd33ab07ae0b779fce5a1d994f2a81b5c86e9a898
tree8eb55576e12af750dce3d0166b1f3f5268cd2a0b
parent9b0647d99afe5c04f9e1e2a2eb5e9d7780e5095b
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