Re: [PATCH 1/2] patman: Make sure sendemail.suppresscc is (un)set correctly

2020-07-14 Thread Simon Glass
On Sun, 12 Jul 2020 at 20:50, Nicolas Boichat wrote: > > Setting sendemail.suppresscc to all or cccmd leads to --cc-cmd > parameter being ignored, and emails going either nowhere, or > just to the To: line maintainer. > > Signed-off-by: Nicolas Boichat > --- > > tools/patman/gitutil.py | 25

[PATCH 1/2] patman: Make sure sendemail.suppresscc is (un)set correctly

2020-07-13 Thread Nicolas Boichat
Setting sendemail.suppresscc to all or cccmd leads to --cc-cmd parameter being ignored, and emails going either nowhere, or just to the To: line maintainer. Signed-off-by: Nicolas Boichat --- tools/patman/gitutil.py | 25 + tools/patman/main.py| 2 ++ 2 files change