]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: fix end of changes detection
authorIlya Yanok <ilya.yanok@cogentembedded.com>
Mon, 6 Aug 2012 23:46:05 +0000 (23:46 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Sep 2012 14:22:49 +0000 (16:22 +0200)
commit05e5b73506f0a07660f0930f4ecec6e6f5b7cd03
tree8f49aa5194dd12da65f354783d8f857d00bfee6c
parent69fd2d3b0559f221a45e9a86b8ead16490f4e47b
patman: fix end of changes detection

Changes may end in '---' line or Signoff line (generated by
git format-patch) in case of Series-changes: lines being
the last ones in commit message. So detect it properly.

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