)]}'
{
  "commit": "8ae674952c8f301034e8ae9dceff38dda740623b",
  "tree": "929b8bc5f4aa9569ff659fe82553872349356f85",
  "parents": [
    "bd43098c26cca4e831405d6114df5ad911550124"
  ],
  "author": {
    "name": "Väinö Järvelä",
    "email": "v@pp.inet.fi",
    "time": "Tue Sep 18 15:26:09 2007 +0300"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Tue Sep 18 17:38:52 2007 -0700"
  },
  "message": "Fixed update-hook example allow-users format.\n\nThe example provided with the update-hook-example does not work on\neither bash 2.05b.0(1)-release nor 3.1.17(1)-release. The matcher did\nnot match the lines that it advertised to match, such as:\n\nrefs/heads/bw/        linus\nrefs/heads/tmp/*      *\n\nIn POSIX 1003.2 regular expressions, the star (*), is not an wildcard\nmeaning \"match everything\", it matches 0 or more matches of the atom\npreceding it.\n\nSo to match \"refs/heads/bw/topic-branch\", the matcher should be written\nas \"refs/heads/bw/.*\" to match \"refs/heads/bw/\" and everything after it.\n\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3a33696f004493ac55124ece8b3088673b553c3c",
      "old_mode": 33188,
      "old_path": "Documentation/howto/update-hook-example.txt",
      "new_id": "88765b55754488223cfe492a83afd1aed5380e61",
      "new_mode": 33188,
      "new_path": "Documentation/howto/update-hook-example.txt"
    }
  ]
}
