)]}'
{
  "commit": "85ba261d0e0045586f444c2fbfae03832bd8e519",
  "tree": "a5c9dd5bacb009445c22ccbe9001ead0738777cc",
  "parents": [
    "2145c57a0d7055f141d0a9b22b9beddab9014209"
  ],
  "author": {
    "name": "Luca Milanesio",
    "email": "luca.milanesio@gmail.com",
    "time": "Wed Oct 07 22:37:31 2015 +0100"
  },
  "committer": {
    "name": "Luca Milanesio",
    "email": "luca.milanesio@gmail.com",
    "time": "Wed Oct 07 22:38:01 2015 +0100"
  },
  "message": "Allows user changing scope within a Gerrit session\n\nEven after the user has been already authenticated with GitHub with a\ndefault OAuth scope, it is possible now to visualize the current scope\nand changing it on-the-fly.\n\nThis is particularly useful during repositories import where a user\nrealises that the initial scope wasn’t enough to display private\norganizations or repositories.\n\nChange-Id: I5af497571db7482bd74ddf25ffccc26fea3bcaa3\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8a358e5024f5308ae584aca89132398c192d41bc",
      "old_mode": 33188,
      "old_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/GitHubLogin.java",
      "new_id": "8cc52ae397daf641b956cec6b318671761855d60",
      "new_mode": 33188,
      "new_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/GitHubLogin.java"
    },
    {
      "type": "modify",
      "old_id": "d8f620f84ccf0e33bccf326f36ba2326b0ad8140",
      "old_mode": 33188,
      "old_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/GitHubOAuthConfig.java",
      "new_id": "e2ea0f87c734be9879eee8d21b84a9f064ba3d8a",
      "new_mode": 33188,
      "new_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/GitHubOAuthConfig.java"
    },
    {
      "type": "modify",
      "old_id": "978fd349d4fb9f312568ff0776c24004bbf29278",
      "old_mode": 33188,
      "old_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/OAuthFilter.java",
      "new_id": "2f9897023bb8501b3a7ab1428a485cc4a54633fc",
      "new_mode": 33188,
      "new_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/OAuthFilter.java"
    },
    {
      "type": "modify",
      "old_id": "5b5a0a81bf00463cb017dc57730a0e30036e25ba",
      "old_mode": 33188,
      "old_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/OAuthProtocol.java",
      "new_id": "a349c420079b235c328619e2d5ec360620bbb52f",
      "new_mode": 33188,
      "new_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/OAuthProtocol.java"
    },
    {
      "type": "modify",
      "old_id": "629148132292e7a6f20db5629bceaac43ac65ae4",
      "old_mode": 33188,
      "old_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/OAuthWebFilter.java",
      "new_id": "d11745eaf0c29ad85b69df502d41016dccfb6229",
      "new_mode": 33188,
      "new_path": "github-oauth/src/main/java/com/googlesource/gerrit/plugins/github/oauth/OAuthWebFilter.java"
    },
    {
      "type": "modify",
      "old_id": "20696eed68df1c963a89650bd172191efdbd2459",
      "old_mode": 33188,
      "old_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/GitHubTopMenu.java",
      "new_id": "61431e0f46547c22a03e82e2a5b97a49290c95a1",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/GitHubTopMenu.java"
    },
    {
      "type": "modify",
      "old_id": "2bac96866200ad3ec0d590cbf722e42f839fdbe6",
      "old_mode": 33188,
      "old_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/filters/GitHubOAuthFilter.java",
      "new_id": "933533fb64e969708791b2451ce975997609a3a4",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/filters/GitHubOAuthFilter.java"
    },
    {
      "type": "modify",
      "old_id": "9b876d4dec3e3c937dae2b14160c8035ef42334e",
      "old_mode": 33188,
      "old_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/velocity/VelocityViewServlet.java",
      "new_id": "c91b853a55c62c48ae281726fd4205c1e275cd00",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/java/com/googlesource/gerrit/plugins/github/velocity/VelocityViewServlet.java"
    },
    {
      "type": "modify",
      "old_id": "e4cd85506cd6852e4aa88bf727f0a7e564bf4551",
      "old_mode": 33188,
      "old_path": "github-plugin/src/main/resources/static/repositories.html",
      "new_id": "fe8deb11ed63ee6ad88501a175c7cc4503db6c77",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/resources/static/repositories.html"
    },
    {
      "type": "modify",
      "old_id": "2b131fc53afedf44786832f43e9d572d7f5a2c95",
      "old_mode": 33188,
      "old_path": "github-plugin/src/main/resources/static/scope.html",
      "new_id": "29795f05087a4a770347bdb1a7dfbe22dc033ab7",
      "new_mode": 33188,
      "new_path": "github-plugin/src/main/resources/static/scope.html"
    }
  ]
}
