RESOLVED FIXED 36572
commit-log-editor: thinks mergeChangeLogs.pl is a ChangeLog file
https://bugs.webkit.org/show_bug.cgi?id=36572
Summary commit-log-editor: thinks mergeChangeLogs.pl is a ChangeLog file
David Kilzer (:ddkilzer)
Reported 2010-03-24 18:54:44 PDT
Created attachment 51577 [details] Patch Reviewed by NOBODY (OOPS!). Fixes the following error when committing a file with "ChangeLog" in the name that isn't a ChangeLog (like mergeChangeLogs.pl from r56471 and r56472): $ git commit . Can't open WebKitTools/Scripts/webkitperl/VCSUtils_unittest/mergeChangeLog at commit-log-editor line 132. error: There was a problem with the editor 'commit-log-editor'. Please supply the message using either -m or -F option. * Scripts/commit-log-editor: Added '$' to anchor "ChangeLog" to the end of the file name when searching for ChangeLog files in a commit. --- 2 files changed, 20 insertions(+), 1 deletions(-)
Attachments
Patch (1.83 KB, patch)
2010-03-24 18:54 PDT, David Kilzer (:ddkilzer)
eric: review+
Eric Seidel (no email)
Comment 1 2010-03-24 19:33:10 PDT
Comment on attachment 51577 [details] Patch LGTM. Looks like the equivalent python code should be OK: http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/changelogs.py#L44
Eric Seidel (no email)
Comment 2 2010-03-24 19:42:36 PDT
Attachment 51577 [details] was posted by a committer and has review+, assigning to David Kilzer for commit.
David Kilzer (:ddkilzer)
Comment 3 2010-03-24 21:26:54 PDT
Eric Seidel (no email)
Comment 4 2010-03-24 22:14:26 PDT
David Kilzer (:ddkilzer)
Comment 5 2010-03-24 22:27:22 PDT
(In reply to comment #4) > Committed r56487: <http://trac.webkit.org/changeset/56487> Thanks Eric. There seems to be quite an impedance mismatch between my desired workflow and webkit-patch at the moment.
Eric Seidel (no email)
Comment 6 2010-03-24 22:33:25 PDT
Sorry for the spam. I'm not sure why webkit-patch got confused there.
Note You need to log in before you can comment on or make changes to this bug.