Re: [PATCH] get_maintainer: Allow usage outside of kernel tree

2018-07-30 Thread Antonio Nino Diaz
27;t until after sending the patch, which is quite annoying... I'll make sure that this doesn't happen again. On 07/27/2018 01:56 AM, Joe Perches wrote: > On Thu, 2018-07-26 at 15:39 -0700, Andrew Morton wrote: >> On Tue, 26 Jun 2018 11:07:03 +0100 Antonio Nino Diaz >> wrot

[PATCH] get_maintainer: Allow usage outside of kernel tree

2018-06-26 Thread Antonio Nino Diaz
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. Signed-off-by: Antonio Nino Dia