]> git.ipfire.org Git - thirdparty/u-boot.git/commit
u_boot_pylib: Speed up determining the upstream branch
authorSimon Glass <sjg@chromium.org>
Thu, 8 May 2025 02:30:55 +0000 (04:30 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commitafea95f65380b4f0e98db33252c1bdcc04cc972a
tree204935b7cbb06e459351b15429c7f6cc8619e8f9
parentc885917c712b9f9c8a6016411ac44d148dea7854
u_boot_pylib: Speed up determining the upstream branch

Use --decorate to quickly detect the upstream branch, since this is much
faster than using 'git name-rev' on every possible commit.

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