]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Untangle settings from gitutil
authorSimon Glass <sjg@chromium.org>
Mon, 7 Apr 2025 10:51:43 +0000 (22:51 +1200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commite70fdbd7e49327d4db24e7b2208da87278070d73
tree564c253ee321bb3ddef05c00db0e4f2f760ff047
parentf9b84f9141898ffa3d4cfe40814128050b04444b
patman: Untangle settings from gitutil

The gitutil module is supposed to be independent from patman but one
piece was missed in the series which separated them.

Move the settings setup out of gitutil

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