commit | ef7f67d66e7c2a638a9e078c5e5689f45062239c | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Oct 21 20:09:56 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 27 10:56:51 2019 -0600 |
tree | 22bc9fc5374676467651c018522f88e4cdc77ff5 | |
parent | 0e8645660d431dcf2a9141f2488a21a102688a14 [diff] |
patman: separate emails in CC list with NULs 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 <dmitry.torokhov@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>