1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-04 02:57:12 +01:00
Files
u-boot-megous/tools/patman/patchstream.py
Sean Anderson 0411fff36f patman: Support multi-line changes in changelogs
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>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-05-29 20:55:45 -06:00

23 KiB