)]}'
{
  "commit": "ea47242e62d645a64ef3b1da6083414901e4df4f",
  "tree": "2edc5c569d0dca8e94d88b949b9913e63b475ffb",
  "parents": [
    "71f46d1e0fdca2eb2bfa87a983316eeb35ce40c1"
  ],
  "author": {
    "name": "Yash Chaturvedi",
    "email": "yash.chaturvedi@linaro.org",
    "time": "Tue Sep 05 18:42:44 2023 +0530"
  },
  "committer": {
    "name": "Yash Chaturvedi",
    "email": "yash.chaturvedi@linaro.org",
    "time": "Mon Sep 11 09:12:56 2023 +0530"
  },
  "message": "Fix Change-Id generator helper\n\nOn certain platforms (at least alpine) the commonly used\n\n echo \"I$(uuidgen | openssl dgst -sha1 -binary | xxd -p)\"\n\ncould create a string with trailing whitespace. Replacing that with\n\n echo \"I$(uuidgen | sha1sum | awk \u0027{print $1}\u0027)\"\n\ndoes not have that problem and what it does is more obvious at a glance.\n\nChange-Id: I2f4b490272a19d123a1dca2ba13f8b222e9c3035\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "02f503aa3bfe98a684c29f210e039c9cc9d58d60",
      "old_mode": 33261,
      "old_path": "test/check_task_statuses.sh",
      "new_id": "dd33b1118a2e81fd5c82977242835e1a0577a580",
      "new_mode": 33261,
      "new_path": "test/check_task_statuses.sh"
    }
  ]
}
