]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: don't mess with signoffs
authorIlya Yanok <ilya.yanok@cogentembedded.com>
Mon, 6 Aug 2012 23:46:08 +0000 (23:46 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Sep 2012 14:24:51 +0000 (16:24 +0200)
commitc7379149ffa2c8ba2807dd2e3ff0847f256a982e
treeee28085ecc8d085041893d7a3c2dd642cc9b1f8b
parent73fe07a79a65600acce3d96c0b0d6ad1ca3e8551
patman: don't mess with signoffs

Currently patman assumes that there should be only one Signoff line
and this is obviously incorrect: we often have to work with patches
containing other people signoffs. Moreover, it's really desirable
to preserve the comments between signoffs.

So until some sophisticated signoff processing will be developed I
suggest just don't mess with signoffs at all and treat them like
plain text lines. The only drawback I've found so far is the case
where you have a patch with someones else signoff but not yours and
also have to patman tags under signoff line. In this case you will
get extra empty line between signoffs.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
tools/patman/patchstream.py