commit | d23121c6c55ac90dd5b7a599582e44f205102a85 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 26 23:24:30 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 11 14:06:44 2016 -0600 |
tree | 94262a1c58aa11008b49ac70b3ef0032b90fc621 | |
parent | f83649f6ef9485cfd4b974b6d511b4ac6af5fd08 [diff] |
tools: patman: Generate cover letter correctly when 'END' is missing If 'END' is missing in a 'Cover-letter' section, and that section happens to show up at the very end of the commit message, and the commit is the last commit of the series, patman fails to generate cover letter for us. Handle this in CloseCommit of patchstream. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>