Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. diff --git a/Tools/ChangeLog b/Tools/ChangeLog
  2. index 24b75b6..048a304 100644
  3. --- a/Tools/ChangeLog
  4. +++ b/Tools/ChangeLog
  5. @@ -1,3 +1,11 @@
  6. +2011-03-28 Alexis Menard <alexis.menard@openbossa.org>
  7. +
  8. + Unreviewed.
  9. +
  10. + Add myself to the committers list.
  11. +
  12. + * Scripts/webkitpy/common/config/committers.py:
  13. +
  14. 2011-03-28 Andreas Kling <kling@webkit.org>
  15.  
  16. Reviewed by Kenneth Rohde Christiansen.
  17. diff --git a/Tools/Scripts/webkitpy/common/config/committers.py b/Tools/Scripts/webkitpy/common/config/committers.py
  18. index baab76e..fd9bdbb 100644
  19. --- a/Tools/Scripts/webkitpy/common/config/committers.py
  20. +++ b/Tools/Scripts/webkitpy/common/config/committers.py
  21. @@ -71,6 +71,7 @@ committers_unable_to_review = [
  22. Committer("Alejandro G. Castro", ["alex@igalia.com", "alex@webkit.org"]),
  23. Committer("Alexander Kellett", ["lypanov@mac.com", "a-lists001@lypanov.net", "lypanov@kde.org"], "lypanov"),
  24. Committer("Alexander Pavlov", "apavlov@chromium.org", "apavlov"),
  25. + Committer("Alexis Menard", ["alexis.menard@openbossa.org", "menard@kde.org"], "darktears"),
  26. Committer("Andre Boule", "aboule@apple.com"),
  27. Committer("Andrei Popescu", "andreip@google.com", "andreip"),
  28. Committer("Andrew Wellington", ["andrew@webkit.org", "proton@wiretapped.net"], "proton"),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement