)]}'
{
  "commit": "aeeb978ba6c757dddc1097fc4de96c0bc1c1e338",
  "tree": "06f3a0effe0038b67ddf97b8a810c7ff5f4c3924",
  "parents": [
    "2b9bd488ae09dc89f02be7d73f3710ee2ea7325c"
  ],
  "author": {
    "name": "Denton Liu",
    "email": "liu.denton@gmail.com",
    "time": "Thu Sep 12 12:43:57 2019 -0700"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Thu Sep 12 13:45:29 2019 -0700"
  },
  "message": "completion: teach archive to use __gitcomp_builtin\n\nCurrently, _git_archive() uses a hardcoded list of options for its\ncompletion. However, we can use __gitcomp_builtin() to get a dynamically\ngenerated list of completions instead.\n\nTeach _git_archive() to use __gitcomp_builtin() so that newly\nimplemented options in archive will be automatically completed without\nany mucking around in git-completion.bash. While we\u0027re at it, teach it\nto complete the missing `--worktree-attributes` option as well.\n\nUnfortunately, since some args are passed through from cmd_archive() to\nwrite_archive() (which calls parse_archive_args()), there\u0027s no way that a\n`--git-completion-helper` arg can end up reaching parse_archive_args()\nsince the first call to parse_options() will end up calling exit(0). As\na result, we have to carry the options supported by write_archive() in\nthe hardcoded string.\n\nSigned-off-by: Denton Liu \u003cliu.denton@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "365edff6394f90c85f72d7071c8022312bfb161f",
      "old_mode": 33188,
      "old_path": "contrib/completion/git-completion.bash",
      "new_id": "7b1ab46f0bbcbebdfd783591dcd22588e4752da7",
      "new_mode": 33188,
      "new_path": "contrib/completion/git-completion.bash"
    }
  ]
}
