commit | aa912af71ff0b6d20ad404f5bce1b16693da2310 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 30 06:15:16 2012 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Wed Nov 14 10:22:47 2012 +0100 |
tree | 220a95f143f7fe0fdf9d2819f22d99876dcfc9d4 | |
parent | 8ab8f2a3f0e7b937240d2df87b74945524b9048f [diff] |
patman: Issue empty change logs for unchanged patches Often a particular patch may change only for some versions of a series. For versions where there is no change, issue a change log indicating that (for example 'Changes in v4: None'). For such lines, don't add a blank line afterwards, to conserve space. Use list.insert() instead of list = [item] + list. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stefan Roese <sr@denx.de>