)]}'
{
  "commit": "93cb90d2e3d2bb20e9912486e9f6bfb6fcbf065d",
  "tree": "2982c4e997ef51203db291a8a0db577d23fce1ff",
  "parents": [
    "cc553af09b8cb36975e2314bd6372ff0edf775a2"
  ],
  "author": {
    "name": "Brett Johnson",
    "email": "Brett.Michael.Johnson@gmail.com",
    "time": "Tue May 06 19:25:59 2014 -0700"
  },
  "committer": {
    "name": "Brett Johnson",
    "email": "Brett.Michael.Johnson@gmail.com",
    "time": "Thu May 15 17:49:34 2014 -0700"
  },
  "message": "Add Config Options to Expire Content Based on LastAccess/LastModified Time\n\nThis change adds configuration options to expire content based on\nLastAccessTime and/or LastModifiedTime. Each allows two different\nforms of specification:\n  - Expire content older than some specific date.  (Absolute)\n  - Expire content older than some number of days. (Relative)\n\nThe configuration parameters are:\nfilesystemadaptor.lastAccessedDate - Absolute last accessed time expiration\nfilesystemadaptor.lastAccessedDays - Relative last accessed time expiration\nfilesystemadaptor.lastModifiedDate - Absolute last modified time expiration\nfilesystemadaptor.lastModifiedDays - Relative last modified time expiration\n\nValues for the Relative forms of configuration are positive integer\nnumber of days.  For instance:\n   filesystemadaptor.lastAccessedDays\u003d365\nwould expire content that had not been accessed for a year.\n\nValues for the Absolute forms of configuration are ISO8601 date\nonly format strings: yyyy-MM-dd.  For instance:\n   filesystemadaptor.lastModifiedDate\u003d2010-06-01\nwould expire content that had not been modified since the beginning\nof June 2010.\n\nCode Review: http://codereview.appspot.com/96330043\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6360ec43e7c3ae7539b6436493840034426f96e1",
      "old_mode": 33188,
      "old_path": "src/com/google/enterprise/adaptor/fs/FsAdaptor.java",
      "new_id": "efd8fae155cc5fbc633502b3eff31032871cb86c",
      "new_mode": 33188,
      "new_path": "src/com/google/enterprise/adaptor/fs/FsAdaptor.java"
    },
    {
      "type": "modify",
      "old_id": "bd158d41c443d05c62d11e69c7118af60197e459",
      "old_mode": 33188,
      "old_path": "src/overview.html",
      "new_id": "dbdc5f3708bb2c0f4ea4cb0e7116cc0976e291c3",
      "new_mode": 33188,
      "new_path": "src/overview.html"
    },
    {
      "type": "modify",
      "old_id": "569bc6cef0ae42a57a9549b1591b8a12ad9214bd",
      "old_mode": 33188,
      "old_path": "test/com/google/enterprise/adaptor/fs/FsAdaptorTest.java",
      "new_id": "c756af831b233dda14acbcdd5ac99def27584ed8",
      "new_mode": 33188,
      "new_path": "test/com/google/enterprise/adaptor/fs/FsAdaptorTest.java"
    }
  ]
}
