]> git.sur5r.net Git - u-boot/commit
tools: patman: Handle tag sections without an 'END'
authorBin Meng <bmeng.cn@gmail.com>
Mon, 27 Jun 2016 06:24:29 +0000 (23:24 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 11 Jul 2016 20:06:44 +0000 (14:06 -0600)
commit13b98d95bab89bcac75c8a187577e7cc3754d194
tree50993e10c8c32c8f277acf2fd11f57c132db0a18
parente7df218c3b446e02c5549b79dd76b65054d6147d
tools: patman: Handle tag sections without an 'END'

'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>
tools/patman/patchstream.py