]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Pass the alias dict into gitutil.email_patches()
authorSimon Glass <sjg@chromium.org>
Mon, 7 Apr 2025 10:51:45 +0000 (22:51 +1200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commite10201aa8ccb1fb681cafab4225399f4fdb8497d
tree1bb96dd2d6c13d472813be4d840ba5ef0a7e0f57
parent7dc55435b2e869e26ab28926b92a7dc6620e2108
patman: Pass the alias dict into gitutil.email_patches()

Rather than accessing the settings module in this function, require the
alias dict to be passed in.

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