Title: [174538] trunk/Tools
Revision
174538
Author
[email protected]
Date
2014-10-09 16:16:23 -0700 (Thu, 09 Oct 2014)

Log Message

Add Babak to contributors.json and add historical email addresses for some contributors
https://bugs.webkit.org/show_bug.cgi?id=137546

Reviewed by Christophe Dumez.

contributors.json is used to analyze historical commit data and change logs.

Add back historical email addresses for some contributors and also add Babak (Shafiei).

* Scripts/webkitpy/common/config/contributors.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174537 => 174538)


--- trunk/Tools/ChangeLog	2014-10-09 22:34:14 UTC (rev 174537)
+++ trunk/Tools/ChangeLog	2014-10-09 23:16:23 UTC (rev 174538)
@@ -1,3 +1,16 @@
+2014-10-08  Ryosuke Niwa  <[email protected]>
+
+        Add Babak to contributors.json and add historical email addresses for some contributors
+        https://bugs.webkit.org/show_bug.cgi?id=137546
+
+        Reviewed by Christophe Dumez.
+
+        contributors.json is used to analyze historical commit data and change logs.
+
+        Add back historical email addresses for some contributors and also add Babak (Shafiei).
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2014-10-09  Lucas Forschler  <[email protected]>
 
         Add Mac OS Yosemite webkit build infrastructure.

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (174537 => 174538)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2014-10-09 22:34:14 UTC (rev 174537)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2014-10-09 23:16:23 UTC (rev 174538)
@@ -325,6 +325,11 @@
             "anilsson"
          ]
       },
+      "Babak Shafiei": {
+          "emails" : [
+            "[email protected]"
+          ]
+      },
       "Balazs Kelemen" : {
          "emails" : [
             "[email protected]",
@@ -2311,7 +2316,8 @@
          "emails" : [
             "[email protected]",
             "[email protected]",
-            "[email protected]"
+            "[email protected]",
+            "[email protected]"
          ],
          "expertise" : "The EFLWebKit Port",
          "nicks" : [
@@ -3642,7 +3648,8 @@
       },
       "Brian Burg" : {
          "emails" : [
-            "[email protected]"
+            "[email protected]",
+            "[email protected]"
          ],
          "expertise" : "Developer Tools, Web Inspector",
          "nicks" : [
@@ -4293,7 +4300,8 @@
       },
       "Mark Hahnenberg" : {
          "emails" : [
-            "[email protected]"
+            "[email protected]",
+            "[email protected]"
          ],
          "expertise" : "_javascript_/ECMAScript",
          "nicks" : [
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to