u_boot_pylib: Move gitutil into the library
authorSimon Glass <sjg@chromium.org>
Sun, 9 Feb 2025 21:26:00 +0000 (14:26 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 17 Feb 2025 17:17:55 +0000 (11:17 -0600)
commit5c33fb028865bdc490aa0db2980987149786b00f
tree875d297c912f835aa95e56d9911e97e3166543e6
parent064556910e61044f1295162ceaad600582b66cda
u_boot_pylib: Move gitutil into the library

Move this file into U-Boot's Python library, so that it is no-longer
part of patman.

This makes a start on:

https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/35

Signed-off-by: Simon Glass <sjg@chromium.org>
20 files changed:
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/control.py
tools/buildman/func_test.py
tools/buildman/main.py
tools/patman/__init__.py
tools/patman/__main__.py
tools/patman/checkpatch.py
tools/patman/cmdline.py
tools/patman/control.py
tools/patman/func_test.py
tools/patman/get_maintainer.py
tools/patman/patchstream.py
tools/patman/project.py
tools/patman/series.py
tools/patman/settings.py
tools/patman/test_checkpatch.py
tools/u_boot_pylib/__init__.py
tools/u_boot_pylib/__main__.py
tools/u_boot_pylib/gitutil.py [moved from tools/patman/gitutil.py with 100% similarity]