commit | 1a32f92176e1b71f30f7851ebf3226158f910872 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Mon May 04 16:28:35 2020 -0400 |
committer | Simon Glass <sjg@chromium.org> | Fri May 29 20:55:45 2020 -0600 |
tree | 60f5a67a8aed2c90cfac6b98e1e9bca1bd262ea7 | |
parent | 48f46d6aca98727d8eda4cd2bacdebf03104fe6e [diff] |
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>