)]}'
{
  "commit": "3c039bdf5acf6ce30fe6314ae149f801df1fa578",
  "tree": "3359ec0b0cd119e82a2094eb42c4f9cc47b8fa9b",
  "parents": [
    "20f85da9cf4275a0b2573e3fb5bd581667174a9a"
  ],
  "author": {
    "name": "Edwin Kempin",
    "email": "edwin.kempin@sap.com",
    "time": "Fri Oct 10 14:02:02 2014 +0200"
  },
  "committer": {
    "name": "Edwin Kempin",
    "email": "edwin.kempin@sap.com",
    "time": "Fri Oct 10 16:06:52 2014 +0200"
  },
  "message": "Make mime types and file extentions configurable per project\n\nSome mime types and file extensions can be handled by multiple\nformatters, e.g. there can be two different formatters for Markdown.\nBy allowing projects to configure mime types and file extensions for\nformatters each project can decide which formatter should be used.\nE.g. if globally the following Markdown formatter is configured\n\n  [formatter \"MARKDOWN\"]\n    mime-type \u003d text/x-markdown\n\na project may overwrite this by having the following configuration in\na \u0027xdocs.config\u0027 file in its refs/meta/config branch:\n\n  [formatter \"FANCY_MARKDOWN\"]\n    mime-type \u003d text/x-markdown\n  [formatter \"MARKDOWN\"]\n\nFormatter configurations are inherited from parent projects.\n\nBeing able to configure file extensions on project level is also\nuseful if projects use different file extensions for one format. E.g.\nsome projects my use *.adoc files for asciidoc documentation and other\nprojects may use *.txt for asciidoc documentation.\n\nChange-Id: I5b095ab4c697d8367f3ddd421312fd59ca6a4051\nSigned-off-by: Edwin Kempin \u003cedwin.kempin@sap.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1bb0e2b3e9a413176f61a2411aabbcd1b4372dc9",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/xdocs/XDocGlobalConfig.java",
      "new_id": "57eb74b57be5e94fc314489eb0f682112a17725c",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/xdocs/XDocGlobalConfig.java"
    },
    {
      "type": "modify",
      "old_id": "786a64617a4e8f1396e1a0713b29794448b76fac",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/xdocs/XDocServlet.java",
      "new_id": "70eb763ba9f94812cafff6c758affe6d9fa753ee",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/xdocs/XDocServlet.java"
    },
    {
      "type": "modify",
      "old_id": "e0b7a60ed95ade58a864ea72ffc9d76a750344cd",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/xdocs/XDocWebLink.java",
      "new_id": "b11afe8f56775178dfa2c113c133c6638200ae2d",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/xdocs/XDocWebLink.java"
    },
    {
      "type": "modify",
      "old_id": "64e9fc160c8e4a2b57e3f4b77f851784be6ff56b",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/xdocs/formatter/Formatters.java",
      "new_id": "8d046ce55fbb8eb992ed7911a72d70c4a4ef3a93",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/xdocs/formatter/Formatters.java"
    },
    {
      "type": "modify",
      "old_id": "ff50605450e0b18a021fccf8ccbebe11c14f1580",
      "old_mode": 33188,
      "old_path": "src/main/resources/Documentation/config.md",
      "new_id": "86f3891931f581b132ea357d0cd18d666a7b245f",
      "new_mode": 33188,
      "new_path": "src/main/resources/Documentation/config.md"
    }
  ]
}
