)]}'
{
  "commit": "2c08b3638339f9b73128c41a4882e115222608a3",
  "tree": "68e9a85e461c2bb374d1879cb7de7c5d7dc9cdd1",
  "parents": [
    "24451c31032d4ea3e7750b5f9c61e9c9f1657449"
  ],
  "author": {
    "name": "Sergey Vlasov",
    "email": "vsu@altlinux.ru",
    "time": "Wed Sep 21 20:34:29 2005 +0400"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "junkio@cox.net",
    "time": "Thu Sep 22 21:52:12 2005 -0700"
  },
  "message": "[PATCH] fetch.c: Remove call to parse_object() from process()\n\nThe call to parse_object() in process() is not actually needed - if\nthe object type is unknown, parse_object() will be called by loop();\nif the type is known, the object will be parsed by the appropriate\nprocess_*() function.\n\nAfter this change blobs which exist locally are no longer parsed,\nwhich gives about 2x CPU usage improvement; the downside is that there\nwill be no warnings for existing corrupted blobs, but detecting such\ncorruption is the job of git-fsck-objects, not the fetch programs.\nNewly fetched objects are still checked for corruption in http-fetch.c\nand ssh-fetch.c (local-fetch.c does not seem to do it, but the removed\nparse_object() call would not be reached for new objects anyway).\n\nSigned-off-by: Sergey Vlasov \u003cvsu@altlinux.ru\u003e\nSigned-off-by: Junio C Hamano \u003cjunkio@cox.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b92ca8038ecec99e7ecaa0b1463cb0d1e8cb2796",
      "old_mode": 33188,
      "old_path": "fetch.c",
      "new_id": "e6fd624c12323386ac64dd11f388d6d049086e66",
      "new_mode": 33188,
      "new_path": "fetch.c"
    }
  ]
}
