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

2018-07-30 Thread Antonio Nino Diaz
Thanks for accepting the patch! And also thanks for warning me about the tabs. The client is not the problem, I've been told that the change is made by the server. There are some issues with the default email server that the people that regularly work with the kernel know, but I didn't until after

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

2018-07-26 Thread Joe Perches
On Thu, 2018-07-26 at 15:39 -0700, Andrew Morton wrote: > On Tue, 26 Jun 2018 11:07:03 +0100 Antonio Nino Diaz > wrote: > > > 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 MAINT

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

2018-07-26 Thread Andrew Morton
On Tue, 26 Jun 2018 11:07:03 +0100 Antonio Nino Diaz wrote: > 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

[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 Diaz --- scripts/get_maintainer