]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Don't barf if the word 'commit' starts a line
authorDoug Anderson <dianders@chromium.org>
Fri, 1 Mar 2013 11:11:07 +0000 (11:11 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 8 Apr 2013 22:21:20 +0000 (15:21 -0700)
commit68618281e5090f875a8fa5fee3b2b3a0239d8190
tree23ab889f772e6b1b76ea328bae2bee25f7d84126
parenta1318f7cdc2fcff3b30d39750dd07dbed8f03f21
patman: Don't barf if the word 'commit' starts a line

Patman's regular expression for detecting the start of a
commit in a git log was a little simplistic and could be
confused if the git log itself had the word "commit" as
the start of a line (as this commit does).  Make patman
a little more robust.

Signed-off-by: Doug Anderson <dianders@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
tools/patman/patchstream.py