[Webkit-unassigned] [Bug 71976] Add a tool to list authors and reviewers contributed to a given file or directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 18:47:17 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71976





--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org>  2011-11-17 18:47:17 PST ---
The latest version supports different modes of operations per command line flag. e.g. --parse-reviewer-names will list all reviewer names that are "invalid" as follows (0:5 means take the first 5 change logs):

list-contributors-for-file Source/WebCore/ --parse-reviewer-names 0:5
Parsing /Volumes/Data/webkit4/Source/WebCore/ChangeLog...
                   Geoff Garen (11) matched with ['"Geoffrey Garen" <ggaren at apple.com>'] (3)
          Kenneth Christiansen (20) matched with ['"Kenneth Rohde Christiansen" <kenneth at webkit.org>'] (6)
                   Geoff Garen (11) matched with ['"Geoffrey Garen" <ggaren at apple.com>'] (3)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)

Parsing /Volumes/Data/webkit4/Source/WebCore/ChangeLog-2011-10-19...
             Nikolas Zimmerman (17) matched with ['"Nikolas Zimmermann" <zimmermann at kde.org>'] (1)
                   Dave Kilzer (11) matched with ['"David Kilzer" <ddkilzer at webkit.org>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)
                    Dave Hyatt (10) matched with ['"David Hyatt" <hyatt at apple.com>'] (2)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list