]> git.ipfire.org Git - thirdparty/u-boot.git/commit
u_boot_pylib: Add more functions to gitutil
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:04:56 +0000 (13:04 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit31a1c4c9d840d4a311c8a7499a18861d351c80ac
tree73153b9472d3c8ec287993d45bb359e383b04186
parent212ed6bdb73d7999c8a25ad0c55a5358c0b44f03
u_boot_pylib: Add more functions to gitutil

Add functions for checking a branch, showing a commit, etc. to support
the new functionality.

Git version 2.34.1 ignores --stat if --quiet is given, so adjust the
args so that this performs as expected.

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