
4 Jul
2016
4 Jul
'16
1:26 a.m.
On 27 June 2016 at 00:24, Bin Meng bmeng.cn@gmail.com wrote:
'Cover-letter', 'Series-notes' and 'Commit-notes' tags require an 'END' to be put at the end of its section. If we forget to put an 'END' in those sections, and these sections are followed by another patman tag, patman generates incorrect patches. This adds codes to handle such scenario.
Signed-off-by: Bin Meng bmeng.cn@gmail.com Acked-by: Simon Glass sjg@chromium.org
Changes in v2:
- Update commit message to explain when such scenario is hit
- Add cover_match to the test logic
- Generate warning for missing 'END' case
tools/patman/patchstream.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
Applied to u-boot-dm/next, thanks!