Re: [PATCH] patman: Show the base commit and branch

2025-04-10 Thread Tom Rini
On Thu, 27 Feb 2025 12:27:30 -0700, Simon Glass wrote: > 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. > > > [

[PATCH] patman: Show the base commit and branch

2025-02-27 Thread Simon Glass
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 --- tools/patman/func_test.py | 19 +