Re: [U-Boot] [PATCH v2] patman: separate emails in CC list with NULs

2019-10-29 Thread sjg
On Mon, 21 Oct 2019 at 21:10, Dmitry Torokhov wrote: > > There is a contributor in Linux kernel with a comma in their name, which > confuses patman and results in invalid to- or cc- addresses on some > patches. To avoid this, let's use \0 as a separator when generating cc > file. > > Signed-off-by

Re: [U-Boot] [PATCH v2] patman: separate emails in CC list with NULs

2019-10-27 Thread Simon Glass
On Mon, 21 Oct 2019 at 21:10, Dmitry Torokhov wrote: > > There is a contributor in Linux kernel with a comma in their name, which > confuses patman and results in invalid to- or cc- addresses on some > patches. To avoid this, let's use \0 as a separator when generating cc > file. > > Signed-off-by

[U-Boot] [PATCH v2] patman: separate emails in CC list with NULs

2019-10-22 Thread Dmitry Torokhov
There is a contributor in Linux kernel with a comma in their name, which confuses patman and results in invalid to- or cc- addresses on some patches. To avoid this, let's use \0 as a separator when generating cc file. Signed-off-by: Dmitry Torokhov --- Changes in v2: - updated test cases so that