)]}'
{
  "commit": "255f3a7a5318b7c2dc97c15845af3e4ec5f51d9a",
  "tree": "c0a2cfb063b7a079fa1dbc3b664e58753355315d",
  "parents": [
    "c59466d4cfcc4b0cf364bebc32ede9da53abf9a3"
  ],
  "author": {
    "name": "Justin Tobler",
    "email": "jltobler@gmail.com",
    "time": "Thu Aug 20 18:49:36 2026 -0500"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Thu Aug 20 20:28:01 2026 -0700"
  },
  "message": "builtin/receive-pack: lift global state out of unpack()\n\nIn git-receive-pack(1), writing the packfile to the transaction is\nhandled via `unpack()` which relies on global variables to decide how to\ninvoke the underlying git-index-pack(1) or git-unpack-objects(1) child\nprocesses. In a subsequent commit, the `unpack()` logic is moved behind\na generic ODB transaction interface to handle writing packfiles and thus\ncan no longer rely on these globals.\n\nLift the global state out of `unpack()` by instead storing this state in\na `struct unpack_opts` that gets passed to the function explicitly.\n\nSigned-off-by: Justin Tobler \u003cjltobler@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "971dc3f52edb09571ccc8796567202eb17d2b4d3",
      "old_mode": 33188,
      "old_path": "builtin/receive-pack.c",
      "new_id": "f062b93b8da948535fb84800ec5dd64bc30e27bb",
      "new_mode": 33188,
      "new_path": "builtin/receive-pack.c"
    }
  ]
}
