)]}'
{
  "commit": "55fe225dde455ae32b9bc963bef4aabb9f5f7c3e",
  "tree": "3365f2e180db24d1ac0618327d8296ade0a81aeb",
  "parents": [
    "1c890016a147536e4a6faa5664eedd8765a01b32"
  ],
  "author": {
    "name": "Jeff King",
    "email": "peff@peff.net",
    "time": "Mon Aug 17 17:33:16 2020 -0400"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Mon Aug 17 15:35:47 2020 -0700"
  },
  "message": "submodule--helper: fix leak of core.worktree value\n\nIn the ensure_core_worktree() function, we load the core.worktree value\nof the submodule repository using repo_config_get_string(). This\nfunction copies the string, but we never free it, leaking the memory.\n\nWe can instead use the \"tmp\" version of that function to avoid the\nallocation at all. We don\u0027t have to worry about lifetime issues, since\nwe never even look at the value (we just want to know if it\u0027s set).\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": "acee0be638d563d80c1451b98652835320ea3559",
      "old_mode": 33188,
      "old_path": "builtin/submodule--helper.c",
      "new_id": "b6c22aecf46219ca13f22e8a92b209f1e505f1a7",
      "new_mode": 33188,
      "new_path": "builtin/submodule--helper.c"
    }
  ]
}
