)]}'
{
  "commit": "8a7402abbf56ed11a2540c1d8beb569bd29e22d1",
  "tree": "7fe9572cad04a31a69d59355d218468c75e1382d",
  "parents": [
    "e3f259677ff7d2cd31e523e03a82905e03a16c69"
  ],
  "author": {
    "name": "Rhys Hiltner",
    "email": "rhys.hiltner@gmail.com",
    "time": "Thu Jul 11 14:23:57 2024 -0700"
  },
  "committer": {
    "name": "Gopher Robot",
    "email": "gobot@golang.org",
    "time": "Fri Jul 19 17:59:10 2024 +0000"
  },
  "message": "trace: support BSD version of sed in gen.bash\n\nThe GNU version of sed (common on Linux) will modify files in place when\nit sees the -i flag with no argument at all, as in [sed -i -e \u0027...\u0027].\nThe BSD version of sed (common on macOS) will modify files in place when\nit\u0027s given an explicit zero-length argument, as in [sed -i \u0027\u0027 -e \u0027...\u0027].\n\nBut they agree on at least one way of specifying a non-zero-length\nbackup suffix, [sed -i \u0027.tmp\u0027 -e \u0027...\u0027]. Use that and then delete the\nbackups.\n\nIn addition, change the expressions we pass to sed to make them a bit\nmore explicit and to require less escaping.\n\nFixes golang/go#68403\n\nChange-Id: Icfc3863f4abe26bc77d9c0bc3b778067db6387de\nReviewed-on: https://go-review.googlesource.com/c/exp/+/598016\nReviewed-by: Michael Knyszek \u003cmknyszek@google.com\u003e\nReviewed-by: Carlos Amedee \u003ccarlos@golang.org\u003e\nLUCI-TryBot-Result: Go LUCI \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nAuto-Submit: Rhys Hiltner \u003crhys.hiltner@gmail.com\u003e\nReviewed-by: Mauri de Souza Meneguzzo \u003cmauri870@gmail.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8d6a7f6ba00ab1c55d6016a292a6527662b18477",
      "old_mode": 33261,
      "old_path": "trace/gen.bash",
      "new_id": "a34078a39b3266bde80a54d8a12eca8cc2eab836",
      "new_mode": 33261,
      "new_path": "trace/gen.bash"
    }
  ]
}
