)]}'
{
  "commit": "292b2a7ee61f9b034230e8c99d2e5c7154dcf79b",
  "tree": "ce45a85e11f7e7ec0ad71e5466338f29229f1291",
  "parents": [
    "bd5263cd37bc3d451a4a1680ffb79b9f639a5e88"
  ],
  "author": {
    "name": "YAMAMOTO Takashi",
    "email": "yamamoto@valinux.co.jp",
    "time": "Fri Oct 31 13:48:58 2014 +0900"
  },
  "committer": {
    "name": "YAMAMOTO Takashi",
    "email": "yamamoto@valinux.co.jp",
    "time": "Fri Oct 31 14:29:17 2014 +0900"
  },
  "message": "Workaround openrc failure on zsh\n\nThe recent GIT_DEPTH change introduced a [[ ]] construct\nwhich doesn\u0027t work for zsh 5.0.2.  Workaround it by tweaking the test.\n\nThe following is a demonstration to show how zsh behaves:\n\n    % if [[ \"\" ]];then echo hoge;fi\n    zsh: parse error near `]]\u0027\n    % if [[ \"x\" ]];then echo hoge;fi\n    zsh: parse error near `]]\u0027\n    % if [[ -n \"\" ]];then echo hoge;fi\n    % if [[ -n \"x\" ]];then echo hoge;fi\n    hoge\n    %\n\nCloses-Bug: #1387943\nChange-Id: Ia88de876dacb3664a7c3d8f5a035e8e50fddb678\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "48edba8da626a22075b1faf09c9d373d5f2cec18",
      "old_mode": 33188,
      "old_path": "functions-common",
      "new_id": "818e165df7894cdd70d1ff303b7b499d95bcb659",
      "new_mode": 33188,
      "new_path": "functions-common"
    }
  ]
}
