patman: Show the base commit and branch
authorSimon Glass <sjg@chromium.org>
Thu, 27 Feb 2025 19:27:30 +0000 (12:27 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 17:57:49 +0000 (11:57 -0600)
commit774e966f293c552f29a57d9ad7b620e6f334aad9
tree39b069a23f767d732b233097218633b4c209249a
parent206ca97fac5bc638b04b712075d8bb4656d79395
patman: Show the base commit and branch

It is helpful to know which commit patches are based on, even if that
commit might not be available to readers. Add a tag for this in the
cover letter.

Also add the local-branch name since that may be useful to the writer.

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