Re: [U-Boot] [PATCH] patman: Don't barf if the word 'commit' starts a line

2013-03-02 Thread Simon Glass
Hi Doug, On Fri, Mar 1, 2013 at 1:11 PM, Doug Anderson diand...@chromium.org wrote: 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

[U-Boot] [PATCH] patman: Don't barf if the word 'commit' starts a line

2013-03-01 Thread Doug Anderson
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 diand...@chromium.org