commit | 21c325f26e543ba35aa1ada1a400ea0e272baa98 | [log] [tgz] |
---|---|---|
author | Doug Anderson <dianders@chromium.org> | Fri Mar 01 11:11:07 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Apr 08 15:21:20 2013 -0700 |
tree | 23ab889f772e6b1b76ea328bae2bee25f7d84126 | |
parent | 12ea5f408046c4f91eda5b4b74d18a5612c14ea5 [diff] |
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>