)]}'
{
  "commit": "a2584d04344b93610ee9e958d477d743380fc8d7",
  "tree": "4d713c9b934de2a932fb4d7f3575ec04b7596186",
  "parents": [
    "383e5e1c4bfa604bcd479100258b4ff354dbaabb"
  ],
  "author": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Tue Nov 04 09:34:20 2025 -0800"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Tue Nov 04 09:36:10 2025 -0800"
  },
  "message": "parseopt: remove unreachable code\n\nAt this point in the code after running skip_prefix() on the\nvariable and receiving the result in the same variable, the contents\nof the variable can never be NULL.  The function either (1) updates\nthe variable to point at a later part of the string it originally\npointed at, or (2) leaves it intact if the string does not have the\nprefix.  (1) will never make the variable NULL, and (2) cannot be\nthe source of NULL, because the variable cannot be NULL before\ncalling skip_prefix(), which would die immediately by dereferencing\nthe NULL pointer in that case.\n\nHelped-by: Phillip Wood \u003cphillip.wood@dunelm.org.uk\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "27c1e75d5377dc7c159ae9fadb5428cf5a3f256e",
      "old_mode": 33188,
      "old_path": "parse-options.c",
      "new_id": "97a55300e80d6a5f6be2134a2769dd977016d038",
      "new_mode": 33188,
      "new_path": "parse-options.c"
    }
  ]
}
