patman: Show base commit on each patch when no cover letter
authorSimon Glass <sjg@chromium.org>
Fri, 28 Mar 2025 13:02:20 +0000 (07:02 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 17:57:56 +0000 (11:57 -0600)
commit60218f07f357aeae34b524f0cdf2e512bda44645
tree920ee8a44559fc0e6ff976ba29920d622c87c9bc
parent5a7ad313a12e9667001a926f55c9e4516f128638
patman: Show base commit on each patch when no cover letter

If a series is sent without a cover letter, there is no indication of
the base commit. Add support for this, since single patches of small
series may not always have a cover letter.

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