Bug 115388 - [webkitpy] Need analyze-commits command
Summary: [webkitpy] Need analyze-commits command
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 115391
Blocks:
  Show dependency treegraph
 
Reported: 2013-04-29 17:24 PDT by Glenn Adams
Modified: 2013-04-29 18:47 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Glenn Adams 2013-04-29 17:24:27 PDT
There should be an analyze-commits command that:

(1) checks commit log for problems, such as:
* unable to determine commit author, date, reviewers, etc for the purpose of making nominations
* lack of email or name in contributors.json where email or name appears in commit log entry

(2) can print which commit entries may be skipped by suggestion commands due to lack of review, etc

(3) can dump json summary of commits for creating a web UI that shows commit/review activity