)]}'
{
  "commit": "1ecf6538263cf81c151f2e720cd73fde3d50a07e",
  "tree": "b1d536d77e3e117af0a7cecfcf3655c3ea153936",
  "parents": [
    "090af9957c14915461f302f422d2c147b3e9175b"
  ],
  "author": {
    "name": "Patrick Steinhardt",
    "email": "ps@pks.im",
    "time": "Tue Apr 21 09:34:24 2026 +0200"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Wed Apr 22 15:53:36 2026 -0700"
  },
  "message": "t9902: fix use of `read` with `set -e`\n\nIn t9902 we\u0027re using the `read` builtin to read some values into a\nvariable. This is done by using `-d \"\"`, which cause us to read until\nthe end of the heredoc. As the read is terminated by EOF, the command\nwill end up returning a non-zero error code. This hasn\u0027t been an issue\nuntil now as we didn\u0027t run with `set -e`, but that\u0027ll change in a\nsubsequent commit.\n\nPrepare for this change by not using read at all, as we can simply store\nthe multi-line value directly.\n\nSuggested-by: SZEDER Gábor \u003cszeder.dev@gmail.com\u003e\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": "2f9a597ec7f4939105562c7553ce00a038342eb8",
      "old_mode": 33261,
      "old_path": "t/t9902-completion.sh",
      "new_id": "28f61f08fb4cec269d7e9cdd0077da4a0ac404d6",
      "new_mode": 33261,
      "new_path": "t/t9902-completion.sh"
    }
  ]
}
