)]}'
{
  "commit": "af3919816f20c7c54e6d377945b2f6344b3588fe",
  "tree": "a3c0c713eb8bb18743d43a4c177a627764218d7f",
  "parents": [
    "bb5c624209fcaebd60b9572b2cc8c61086e39b57"
  ],
  "author": {
    "name": "Johannes Schindelin",
    "email": "johannes.schindelin@gmx.de",
    "time": "Mon Nov 17 20:46:14 2025 +0000"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Mon Nov 17 14:19:21 2025 -0800"
  },
  "message": "mingw: avoid the comma operator\n\nThe pattern `return errno \u003d ..., -1;` is observed several times in\n`compat/mingw.c`. It has served us well over the years, but now clang\nstarts complaining:\n\n  compat/mingw.c:723:24: error: possible misuse of comma operator here [-Werror,-Wcomma]\n    723 |                 return errno \u003d ENOSYS, -1;\n        |                                      ^\n\nSee for example this failing workflow run:\nhttps://github.com/git-for-windows/git-sdk-arm64/actions/runs/15457893907/job/43513458823#step:8:201\n\nLet\u0027s appease clang (and also reduce the use of the no longer common\ncomma operator).\n\nSigned-off-by: Johannes Schindelin \u003cjohannes.schindelin@gmx.de\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8538e3d1729d2585ce253f74325cb57be74d7823",
      "old_mode": 33188,
      "old_path": "compat/mingw.c",
      "new_id": "9b894d9639b642a28c6afc58e10a818ada07c5a1",
      "new_mode": 33188,
      "new_path": "compat/mingw.c"
    }
  ]
}
