)]}'
{
  "commit": "03ce4e1bdb8f46742b7bcf648ad4ebd90dbee935",
  "tree": "d4109571a89f26f5dfce276b5d39b00a89c52932",
  "parents": [
    "f5d420bbceeb1d5065c3d91dd7c6c1e43f855ca1"
  ],
  "author": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Thu Dec 14 11:54:13 2023 +0000"
  },
  "committer": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Thu Dec 14 16:29:09 2023 +0000"
  },
  "message": "gdb/options: fix copy\u0026paste error in string_option_def\n\nSpotted what appears to be a copy\u0026paste error in string_option_def,\nthe code for string handling writes the address fetching callback\nfunction into the option_def::var_address::enumeration location,\nrather than option_def::var_address::string.\n\nOf course, this works just fine as option_def::var_address is a union,\nand all of its members are function pointers, so they\u0027re going to be\nthe same size on every target GDB cares about.\n\nBut it doesn\u0027t hurt to be correct, so fixed in this commit.\n\nThere should be no user visible changes after this commit.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "4c62227f31c3edd789468d136611e8638b23835c",
      "old_mode": 33188,
      "old_path": "gdb/cli/cli-option.h",
      "new_id": "2645c58188c0454eb1a66cd2534bd8ec2ebe6019",
      "new_mode": 33188,
      "new_path": "gdb/cli/cli-option.h"
    }
  ]
}
