
4 May
2020
4 May
'20
4:39 p.m.
On Sun, 3 May 2020 at 15:55, Sean Anderson seanga2@gmail.com wrote:
This patch adds support to multi-line changes. That is, if one has a line in a changelog like
- Do a thing but it spans multiple lines
Using Series-process-log sort would sort as if those lines were unrelated. With this patch, any change line starting with whitespace will be considered part of the change before it.
Signed-off-by: Sean Anderson seanga2@gmail.com
(no changes since v2)
Changes in v2:
- New
tools/patman/README | 10 ++++++++-- tools/patman/patchstream.py | 35 +++++++++++++++++++++++++++-------- 2 files changed, 35 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org