]> git.ipfire.org Git - thirdparty/u-boot.git/commit
u_boot_pylib: Tidy up quoting of cc and to
authorSimon Glass <sjg@chromium.org>
Thu, 8 May 2025 02:38:30 +0000 (04:38 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit0664a956e674027a1383c8c114377dcdf5b86e41
tree180147cec0d9f94f514df60420e916d452235fdc
parentdb5d98de55066db3b1ee3514bbf0fd304ec7775e
u_boot_pylib: Tidy up quoting of cc and to

The current approach to calling 'git send-email' puts double quotes
around each email address to ensure that it will pass the shell
correctly. This is a bit cumbersome and requires using a shell to sort
it all out.

Drop the quotes and use command.run() instead, to simplify things. This
will also make it possible to (later) set the current directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/func_test.py
tools/u_boot_pylib/gitutil.py