Re: [PATCH] get_maintainer: Add --cc option

2019-06-25 Thread Peter Zijlstra
On Mon, Jun 24, 2019 at 01:42:13PM -0700, Joe Perches wrote: > On Mon, 2019-06-24 at 22:25 +0200, Peter Zijlstra wrote: > > I hate it when people cross-post to moderated lists, and > > this thing just made me do it :-( > > Maybe: That seems to work, Tested-by: Peter Zijlstra (Intel) Thanks! >

Re: [PATCH] get_maintainer: Add --cc option

2019-06-24 Thread Joe Perches
On Mon, 2019-06-24 at 22:25 +0200, Peter Zijlstra wrote: > On Mon, Jun 24, 2019 at 07:27:47AM -0700, Joe Perches wrote: > > On Mon, 2019-06-24 at 15:33 +0200, Peter Zijlstra wrote: > > > On Mon, Jun 24, 2019 at 03:03:23PM +0200, Sebastian Andrzej Siewior wrote: > > > > The --cc adds a Cc: prefix in

Re: [PATCH] get_maintainer: Add --cc option

2019-06-24 Thread Peter Zijlstra
On Mon, Jun 24, 2019 at 07:27:47AM -0700, Joe Perches wrote: > On Mon, 2019-06-24 at 15:33 +0200, Peter Zijlstra wrote: > > On Mon, Jun 24, 2019 at 03:03:23PM +0200, Sebastian Andrzej Siewior wrote: > > > The --cc adds a Cc: prefix infront of the email address so it can be > > > used by other Scrip

Re: [PATCH] get_maintainer: Add --cc option

2019-06-24 Thread Joe Perches
On Mon, 2019-06-24 at 15:33 +0200, Peter Zijlstra wrote: > On Mon, Jun 24, 2019 at 03:03:23PM +0200, Sebastian Andrzej Siewior wrote: > > The --cc adds a Cc: prefix infront of the email address so it can be > > used by other Scripts directly instead of adding another wrapper for > > this. Not sure

Re: [PATCH] get_maintainer: Add --cc option

2019-06-24 Thread Peter Zijlstra
On Mon, Jun 24, 2019 at 03:03:23PM +0200, Sebastian Andrzej Siewior wrote: > The --cc adds a Cc: prefix infront of the email address so it can be > used by other Scripts directly instead of adding another wrapper for > this. Would it make sense to make '--cc' imply --no-roles --no-rolestats ? > S

[PATCH] get_maintainer: Add --cc option

2019-06-24 Thread Sebastian Andrzej Siewior
The --cc adds a Cc: prefix infront of the email address so it can be used by other Scripts directly instead of adding another wrapper for this. Suggested-by: Peter Zijlstra Signed-off-by: Sebastian Andrzej Siewior --- scripts/get_maintainer.pl | 11 +-- 1 file changed, 9 insertions(+),