)]}'
{
  "commit": "599dc766e89fe4f964c197f8d109dfc2e3c890ba",
  "tree": "f09a09a6350f8ac6ad89df4c9cdbbca32dd4c2ee",
  "parents": [
    "52735a689270bb1de94eb3de198594b36caed9bb"
  ],
  "author": {
    "name": "René Scharfe",
    "email": "l.s.r@web.de",
    "time": "Tue May 19 01:24:09 2015 +0200"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Tue May 19 09:31:09 2015 -0700"
  },
  "message": "pack-bitmaps: plug memory leak, fix allocation size for recent_bitmaps\n\nUse an automatic variable for recent_bitmaps, an array of pointers.\nThis way we don\u0027t allocate too much and don\u0027t have to free the memory\nat the end.  The old code over-allocated because it reserved enough\nmemory to store all of the structs it is only pointing to and never\nfreed it.  160 64-bit pointers take up 1280 bytes, which is not too\nmuch to be placed on the stack.\n\nMAX_XOR_OFFSET is turned into a preprocessor constant to make it\nconstant enough for use in an non-variable array declaration.\n\nNoticed-by: Stefan Beller \u003cstefanbeller@gmail.com\u003e\nSuggested-by: Jeff King \u003cpeff@peff.net\u003e\nSigned-off-by: Rene Scharfe \u003cl.s.r@web.de\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6a818419ca46f8d66adbeb0027da49e6bab1bfa3",
      "old_mode": 33188,
      "old_path": "pack-bitmap.c",
      "new_id": "9af88b3b333ec9b3af2eb70d5c8769ffec4f7c67",
      "new_mode": 33188,
      "new_path": "pack-bitmap.c"
    }
  ]
}
