)]}'
{
  "commit": "3effba0913b271b9284639653ba1e247cbddca64",
  "tree": "c9ff41dcdae53b775ea8753785c68b956167583b",
  "parents": [
    "f20e72f15fbaacf84b710cbde809bf5c5c95aa59"
  ],
  "author": {
    "name": "Anthony Fok",
    "email": "foka@debian.org",
    "time": "Mon Dec 08 21:10:04 2014 -0700"
  },
  "committer": {
    "name": "spf13",
    "email": "steve.francia@gmail.com",
    "time": "Fri Dec 12 13:33:27 2014 -0500"
  },
  "message": "Correct directory permission of testDir\n\nWhen fs.MkdirAll() was called with a permission of \"777\" (without the 0 prefix),\nit generated the testDir with a permission of `dr----x--x`, causing the following error\nduring a test run:\n\n    \u003d\u003d\u003d RUN TestRead0\n    --- FAIL: TestRead0 (0.00 seconds)\n    \tfs_test.go:53: OsFs create failed: open /tmp/fun/test.txt: permission denied\n\nChanging the decimal `777` to octal `0777` fixes the problem.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "92462200a2abf7bead93f6ef713ae4173d342c8a",
      "old_mode": 33188,
      "old_path": "fs_test.go",
      "new_id": "4fe6afeff84d8ba59bb919b7eb7b8e9f2208e763",
      "new_mode": 33188,
      "new_path": "fs_test.go"
    }
  ]
}
