commit | b26edf2af8a91f8936b041914dbe2d17673c5cdb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 08 04:30:55 2025 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:42 2025 +0100 |
tree | 204935b7cbb06e459351b15429c7f6cc8619e8f9 | |
parent | 1bc26b251e6215775af74f121c284daf2d438f52 [diff] |
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>