)]}'
{
  "commit": "505cd85c8b74f8373294a065afe1f71ab69c1655",
  "tree": "27d929d5153cbbfeac8915afa4ab8942c51aab0a",
  "parents": [
    "a0a69b3f8d73e13364706982d30b9062a2da3167"
  ],
  "author": {
    "name": "Yuki Yugui Sonoda",
    "email": "yugui@yugui.jp",
    "time": "Mon Jul 20 19:05:24 2015 +0900"
  },
  "committer": {
    "name": "Luca Milanesio",
    "email": "luca.milanesio@gmail.com",
    "time": "Wed Sep 02 06:54:49 2015 -0700"
  },
  "message": "Add webhook to automatically import pull requests\n\nAdds a new servlet which handles webhook events sent from Github.\nThe servlet forwards the payload to an EventHandler based on the type of\nthe event, then the handler does the actual work.\n\nCurrently \"ping\" and \"pull_request\" events are supported\n\nChange-Id: I389f78c702dee1c59192768acffcff49e0c80a62",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5392da8d9e5538defa0418ed1144e073960997e0",
      "old_mode": 33188,
      "old_path": "README.md",
      "new_id": "a914ac0ed555cb59f445104694a1825deb3019ce",
      "new_mode": 33188,
      "new_path": "README.md"
    },
    {
      "type": "modify",
      "old_id": "44a4b4e811202a6dfd51d79328eb5ca1509e3a39",
      "old_mode": 33188,
      "old_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/GitHubConfig.java",
      "new_id": "249a61ecfab4a264d0382680dcae2792d0ceca1e",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/GitHubConfig.java"
    },
    {
      "type": "modify",
      "old_id": "97bc6be21a33124204d5a0dc2693328071b352cf",
      "old_mode": 33188,
      "old_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/GuiceHttpModule.java",
      "new_id": "744823e614950238196585d97b147e63c56fe62e",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/GuiceHttpModule.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "bbedb7165822f4cbbddb8142a5a465420dd75a3e",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/notification/PingHandler.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "f0567a00c43f645c9b547073252bdbd52b9aa128",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/notification/PullRequestHandler.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "b0ab094a2f1eed870928632ad0505daf4cc1b0e6",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/notification/WebhookEventHandler.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "69819fdb818e38eb43ae4aab1c9ac7eb5aec2e2b",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/notification/WebhookServlet.java"
    }
  ]
}
