)]}'
{
  "commit": "b794ebeac9151af4a9136ef28a22a06c2afb17cc",
  "tree": "6ca634eb0048e97f868992642169b9e1cd99f387",
  "parents": [
    "34dfe197a93763ec9c5d25eec499777cbb32b6fd"
  ],
  "author": {
    "name": "Jeff King",
    "email": "peff@peff.net",
    "time": "Sun Jul 13 02:42:17 2014 -0400"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Mon Jul 28 10:14:34 2014 -0700"
  },
  "message": "diff-tree: avoid lookup_unknown_object\n\nWe generally want to avoid lookup_unknown_object, because it\nresults in allocating more memory for the object than may be\nstrictly necessary.\n\nIn this case, it is used to check whether we have an\nalready-parsed object before calling parse_object, to save\nus from reading the object from disk. Using lookup_object\nwould be fine for that purpose, but we can take it a step\nfurther. Since this code was written, parse_object already\nlearned the \"check lookup_object\" optimization, so we can\nsimply call parse_object directly.\n\nSigned-off-by: Jeff King \u003cpeff@peff.net\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "be6417d166abf428d379a70b9d67f894da4641d1",
      "old_mode": 33188,
      "old_path": "builtin/diff-tree.c",
      "new_id": "dddd0f91886d0ce83c06982e9c975e78617f9ac2",
      "new_mode": 33188,
      "new_path": "builtin/diff-tree.c"
    }
  ]
}
