]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Support collecting all lines in the commit message
authorSimon Glass <sjg@chromium.org>
Thu, 8 May 2025 04:38:49 +0000 (06:38 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit2e680f67657cef65d8f195a122734bf01280a86c
treec1d4f77cf5295898ab4ba32c4a20ec246dc4009a
parent07dcd1f9b76211f5a3099d53252bdb9b6e9818e9
patman: Support collecting all lines in the commit message

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.

Series-to: u-boot
Cover-letter:
patman: Minor improvements to prepare for series handling
This series includes a number of internal improvements to patman:
- Tidy-up of parsing
- Adjust how tests create the git tree
- Support for creating patches in a different git directory
- Faster determination of the upstream branch
- Ability to collect the body of a commit message as a series of lines
END

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