mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 23:36:59 +02:00
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> |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
command.py | ||
cros_subprocess.py | ||
gitutil.py | ||
LICENSE | ||
pyproject.toml | ||
README.rst | ||
requirements.txt | ||
terminal.py | ||
test_util.py | ||
tools.py | ||
tout.py | ||
u_boot_pylib |
.. SPDX-License-Identifier: GPL-2.0+ # U-Boot Python Library ======================= This is a Python library used by various U-Boot tools, including patman, buildman and binman. The module can be installed with pip:: pip install u_boot_pylib or via setup.py:: ./setup.py install [--user]