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

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/series.py
tools/u_boot_pylib/gitutil.py