)]}'
{
  "commit": "0b9554dfbd7e775ae3ee340d798257502da67574",
  "tree": "9c6ce52a066dcea3da2d95f6bee64a48618fa66d",
  "parents": [
    "22b6a217bcb3dbbad632eecce8b5fece6f4855ea"
  ],
  "author": {
    "name": "Brett Johnson",
    "email": "Brett.Michael.Johnson@gmail.com",
    "time": "Wed Apr 09 14:51:01 2014 -0700"
  },
  "committer": {
    "name": "Brett Johnson",
    "email": "Brett.Michael.Johnson@gmail.com",
    "time": "Wed Apr 09 15:18:11 2014 -0700"
  },
  "message": "Fix b/1753517: Hidden Folders should not be crawled.\n\nThis fixes a bug in NioFileDelegate.isHidden().\nIt seems that NIO Files.isHidden(Path) does not consider hidden\nfolders to be hidden.  From the NIO Files javadoc:\n\"On Windows a file is considered hidden if it isn\u0027t a directory\n and the DOS hidden attribute is set.\"\n\nI don\u0027t know why Sun/Oracle decided to exclude hidden directories.\nConsequently, I changed the implementation to use File.isHidden(),\nwhich does pay attention to the hidden attribute on directories.\n\nCode Review: http://codereview.appspot.com/85580045\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "80bdbe814a7711e22753f3a27fc411083fc24c57",
      "old_mode": 33188,
      "old_path": "src/com/google/enterprise/adaptor/fs/NioFileDelegate.java",
      "new_id": "84ab250e76ebd2b908b6c2ff5d7ed13329a432eb",
      "new_mode": 33188,
      "new_path": "src/com/google/enterprise/adaptor/fs/NioFileDelegate.java"
    }
  ]
}
