Re: [PATCH 20/20] patman: Support collecting all lines in the commit message

2025-05-23 Thread Simon Glass
In some cases we want to collect all lines in the commit message so that the commit can be recreated with the same message as before, or perhaps with light filtering. Add support for this. Signed-off-by: Simon Glass --- tools/patman/patchstream.py | 23 +++ 1 file changed,

[PATCH 20/20] patman: Support collecting all lines in the commit message

2025-05-08 Thread Simon Glass
In some cases we want to collect all lines in the commit message so that the commit can be recreated with the same message as before, or perhaps with light filtering. Add support for this. Signed-off-by: Simon Glass --- tools/patman/patchstream.py | 23 +++ 1 file changed,