)]}'
{
  "commit": "090af9957c14915461f302f422d2c147b3e9175b",
  "tree": "0c10ec63f8074ac9085b5f148b9860c990d27639",
  "parents": [
    "4f917bbf718047dc1b3c4346a9c47c84a52a810b"
  ],
  "author": {
    "name": "Patrick Steinhardt",
    "email": "ps@pks.im",
    "time": "Tue Apr 21 09:34:23 2026 +0200"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Wed Apr 22 15:53:36 2026 -0700"
  },
  "message": "t6002: fix use of `expr` with `set -e`\n\nIn `test_bisection_diff ()` we use `expr` to perform some math. This\ncommand has some gotchas though in that it will only return success when\nthe result is neither null nor zero. In some of our cases though it\nactually _is_ zero, and that will cause the expressions to fail once we\nenable `set -e`.\n\nPrepare for this change by instead using `$(( ))`, which doesn\u0027t have\nthe same issue. While at it, modernize the function a tiny bit.\n\nSigned-off-by: Patrick Steinhardt \u003cps@pks.im\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "daa009c9a1b4b67d510df74f1d5d5cc2b1a904cd",
      "old_mode": 33261,
      "old_path": "t/t6002-rev-list-bisect.sh",
      "new_id": "f2de40b5ed8f1475c16c91bea2924e4af3ef8e3c",
      "new_mode": 33261,
      "new_path": "t/t6002-rev-list-bisect.sh"
    }
  ]
}
