]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: add Commit-notes tag and section
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 12 Nov 2013 10:14:41 +0000 (11:14 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Nov 2013 20:35:51 +0000 (13:35 -0700)
commit5c8fdd91dcc5c8f7da072d96df965e0399750e07
treed9555e43dc59280172aff647f632f0e2f19b827b
parentc2e5e802ecb7ab668ce9911b210ed68c804b349f
patman: add Commit-notes tag and section

Sometimes a commit should have notes enclosed with it rather
than withing the cover letter -- possibly even because there
is no cover letter. Add a 'Commit-notes' tag, similar to the
'Series-notes' one; lines between this tag and the next END
line are inserted in the patch right after the '---' commit
delimiter.

Change-Id: I01e99ae125607dc6dec08f3be8a5a0b37f0a483d
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Signed-off-by: Simon Glass <sjg@chromium.org>
(Updated README)
tools/patman/README
tools/patman/commit.py
tools/patman/patchstream.py