)]}'
{
  "commit": "667a20a3d2c8b3fcb1750579fe7a85c3b3cc9386",
  "tree": "76d73f147d73ffbfbbde8fb6d1d6099293799fd8",
  "parents": [
    "4f80dd3571d772bdf3aa00eb88216160b1f68b73"
  ],
  "author": {
    "name": "Edwin Kempin",
    "email": "edwin.kempin@sap.com",
    "time": "Wed Nov 27 15:36:01 2013 +0100"
  },
  "committer": {
    "name": "Edwin Kempin",
    "email": "edwin.kempin@sap.com",
    "time": "Tue Jan 14 09:02:22 2014 +0100"
  },
  "message": "Support to enable/disable the issue tracker integration per project\n\nIt can now be configured per project whether the issue tracker\nintegration is enabled or not. To enable the issue tracker integration\nfor a project the project must have the following entry in its\n`project.config` file in the `refs/meta/config` branch:\n\n  [plugin \"\u003cits-name\u003e\"]\n    enabled \u003d true\n\nIf `plugin.\u003cits-name\u003e.enabled` is not specified in the `project.config`\nfile the value is inherited from the parent project. If it is also not\nset on any parent project the issue integration is disabled for this\nproject.\n\nBy setting `plugin.\u003cits-name\u003e.enabled` to true in the `project.config`\nof the `All-Projects` project the issue tracker integration can be\nenabled by default for all projects. During the initialization of the\nplugin you are asked if the issue integration should be enabled by\ndefault for all projects and if yes this setting in the\n`project.config` of the `All-Projects` project is done automatically.\n\nWith this it is now possible to support integration with multiple\nissue trackers on a server. E.g. a project can choose if it wants to\nenable integration with Jira or with Bugzilla.\n\nThis uses new functionality in Gerrit and hence the Gerrit API\nversion needs to be changed to 2.9-SNAPSHOT.\n\nChange-Id: I23edfb28006b8a34de985d13a2240dda022c4683\nSigned-off-by: Edwin Kempin \u003cedwin.kempin@sap.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "95c3e2c2bffde9b3846943e942c607e60d3fc3aa",
      "old_mode": 33188,
      "old_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/ItsHookModule.java",
      "new_id": "53d1d17d4e3f82bc0a785bf01b155fee660bb8be",
      "new_mode": 33188,
      "new_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/ItsHookModule.java"
    },
    {
      "type": "modify",
      "old_id": "c7d92512bb6d83fabbd15a4a88cef2307b1451a6",
      "old_mode": 33188,
      "old_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/its/InitIts.java",
      "new_id": "6e1f24ad560b81e1c579456cac3a94aeb67165f0",
      "new_mode": 33188,
      "new_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/its/InitIts.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "2aea59109992ca0ec81d923861aa1a787545c2ff",
      "new_mode": 33188,
      "new_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/its/ItsConfig.java"
    },
    {
      "type": "modify",
      "old_id": "ddc108d8a34580aed89686ec5e8b6b01549f477a",
      "old_mode": 33188,
      "old_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/validation/ItsValidateComment.java",
      "new_id": "bf00f13ba5f74ae6fe66b36ffa812bedd37bd8e8",
      "new_mode": 33188,
      "new_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/validation/ItsValidateComment.java"
    },
    {
      "type": "modify",
      "old_id": "16657fb5ecb32646764f8742f1874132db836e61",
      "old_mode": 33188,
      "old_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/ActionController.java",
      "new_id": "9b5f4c63c49cfd7c35580d56791cee0e43f6ec0e",
      "new_mode": 33188,
      "new_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/ActionController.java"
    },
    {
      "type": "modify",
      "old_id": "4a5670d6adf6be23e02514248fdb88c4f655cb8f",
      "old_mode": 33188,
      "old_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilter.java",
      "new_id": "6ab647cfc6e44a8744965e423262901bdc64b225",
      "new_mode": 33188,
      "new_path": "its-base/src/main/java/com/googlesource/gerrit/plugins/hooks/workflow/GerritHookFilter.java"
    },
    {
      "type": "modify",
      "old_id": "3cab3932052db6bb6fff4f568d344c29163e742e",
      "old_mode": 33188,
      "old_path": "its-base/src/main/resources/Documentation/config.md",
      "new_id": "fd238b1b502aad53a41ee0836c4f8e790bd0c9d9",
      "new_mode": 33188,
      "new_path": "its-base/src/main/resources/Documentation/config.md"
    },
    {
      "type": "modify",
      "old_id": "78eec51a261152b3df7de652834d26313e22e61f",
      "old_mode": 33188,
      "old_path": "its-base/src/test/java/com/googlesource/gerrit/plugins/hooks/validation/ItsValidateCommentTest.java",
      "new_id": "d0119a9c90879e6fe6523bd01f077116693308a7",
      "new_mode": 33188,
      "new_path": "its-base/src/test/java/com/googlesource/gerrit/plugins/hooks/validation/ItsValidateCommentTest.java"
    },
    {
      "type": "modify",
      "old_id": "d6c9c2d16bd4bb72612c7761b1554242e3e0cfd2",
      "old_mode": 33188,
      "old_path": "its-base/src/test/java/com/googlesource/gerrit/plugins/hooks/workflow/ActionControllerTest.java",
      "new_id": "428375d49413cac51bac2d0de6c1711cd47b2d2c",
      "new_mode": 33188,
      "new_path": "its-base/src/test/java/com/googlesource/gerrit/plugins/hooks/workflow/ActionControllerTest.java"
    }
  ]
}
