
Thanks all.
I was able to fix my script. For what it's worth if anyone wants to see how I was automating git send-email, I used:
--cc-cmd='./scripts/get_maintainer.pl --nogit-fallback --norolestats xxx.patch'
Adding the --nogit-fallback flag removed a lot of the people on the list. I'll use that going forward to reduce the noise.
adam
On Tue, Jan 2, 2018 at 8:37 AM, Dr. Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
On 2 Jan 2018, at 15:35, Andreas Färber afaerber@suse.de wrote:
Am 02.01.2018 um 15:29 schrieb Andrew F. Davis:
On 12/29/2017 10:10 AM, Adam Ford wrote:
On Fri, Dec 29, 2017 at 10:04 AM, Andreas Färber afaerber@suse.de wrote:
Hi,
Am 29.12.2017 um 16:52 schrieb Paul Kocialkowski:
Le vendredi 29 décembre 2017 à 08:16 -0600, Adam Ford a écrit :
This converts the following to Kconfig: CONFIG_USB_MUSB_OMAP2PLUS CONFIG_USB_MUSB_AM35X CONFIG_USB_MUSB_DSPS CONFIG_USB_MUSB_PIO_ONLY
Thanks for making the change! See more comments below for two minor changes.
Given the excessive CC list, please remember to trim your quote to the needed parts for readability and size.
Also Adam, I have no particular investment in MUSB or OMAP in U-Boot, so not sure why I am CC'ed here...
Sorry you're CC'd if you don't want. I use a script which scrapes the returned contents of ./scripts/get_maintainer.pl. It then takes the list of e-mail addresses generated by get_maintainer and adds them automatically to the CC list.
Somewhere based on the contents of an affected patch, U-Boot thinks you're a maintainer of something. I am not sure how to remove you.
get_maintainer.pl also prints out why someone is on the list, usually it it just because they touched a file in your patch at somepoint. You can get your script to filter these out it would help.
IIRC --nogit-fallback is what I use for Linux.
I’ll investigate whether this can be safely added to patman…
Regards, Philipp.