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 <s...@chromium.org> --- tools/patman/patchstream.py | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) Applied to sjg/master, thanks!