Bug 64339
Summary: | commit.py should check for change log entry instead of the commit message length | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, jamesr |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
webkitpy/tool/steps/commit.py can throw an exception the message:
"Attempted to commit with a commit message shorter than 50 characters. Either your patch is missing a ChangeLog or webkit-patch may have a bug."
Instead of checking the length of the commit message, the script should actually verify that there's a change log entry.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |