[PATCH v3 4/4] patman: Support multi-line changes in changelogs

Simon Glass sjg at chromium.org
Mon May 4 16:39:01 CEST 2020


On Sun, 3 May 2020 at 15:55, Sean Anderson <seanga2 at 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 at 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 at chromium.org>


More information about the U-Boot mailing list