)]}'
{
  "commit": "c485b24c427254fe36c2c6cc970519b797abd6bc",
  "tree": "27cac22ce793922dec5358bbd14b83062c87fa56",
  "parents": [
    "eab98ee5ab84def96012f115a8e10571c6e24e4e"
  ],
  "author": {
    "name": "Ævar Arnfjörð Bjarmason",
    "email": "avarab@gmail.com",
    "time": "Fri Mar 24 18:40:54 2017 +0000"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Fri Mar 24 12:15:25 2017 -0700"
  },
  "message": "tag: change misleading --list \u003cpattern\u003e documentation\n\nChange the documentation for --list so that it\u0027s described as a\ntoggle, not as an option that takes a \u003cpattern\u003e as an argument.\n\nJunio initially documented this in b867c7c23a (\"git-tag: -l to list\ntags (usability).\", 2006-02-17), but later Jeff King changed \"tag\" to\naccept multiple patterns in 588d0e834b (\"tag: accept multiple patterns\nfor --list\", 2011-06-20).\n\nHowever, documenting this as \"-l \u003cpattern\u003e\" was never correct, as\nthese both worked before Jeff\u0027s change:\n\n    git tag -l \u0027v*\u0027\n    git tag \u0027v*\u0027 -l\n\nOne would expect an option that was documented like that to only\naccept:\n\n    git tag --list\n    git tag --list \u0027v*rc*\u0027\n\nAnd after Jeff\u0027s change, one that took multiple patterns:\n\n    git tag --list \u0027v*rc*\u0027 --list \u0027*2.8*\u0027\n\nBut since it\u0027s actually a toggle all of these work as well, and\nproduce identical output to the last example above:\n\n    git tag --list \u0027v*rc*\u0027 \u0027*2.8*\u0027\n    git tag --list \u0027v*rc*\u0027 \u0027*2.8*\u0027 --list --list --list\n    git tag --list \u0027v*rc*\u0027 \u0027*2.8*\u0027 --list -l --list -l --list\n\nNow the documentation is more in tune with how the \"branch\" command\ndescribes its --list option since commit cddd127b9a (\"branch:\nintroduce --list option\", 2011-08-28).\n\nChange the test suite to assert that these invocations work for the\ncases that weren\u0027t already being tested for.\n\nSigned-off-by: Ævar Arnfjörð Bjarmason \u003cavarab@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "448fdf37432faa4407ac9acac53a0e3e7dc1e3fb",
      "old_mode": 33188,
      "old_path": "Documentation/git-tag.txt",
      "new_id": "47d87335231ab13e3d2890343bfe1dd9741fdd81",
      "new_mode": 33188,
      "new_path": "Documentation/git-tag.txt"
    },
    {
      "type": "modify",
      "old_id": "92af8bb7e6e6194286f0eff96a57ec3245e496a0",
      "old_mode": 33261,
      "old_path": "t/t7004-tag.sh",
      "new_id": "75681b2cad49e9cdce5c585fea12bc3eff615ca7",
      "new_mode": 33261,
      "new_path": "t/t7004-tag.sh"
    }
  ]
}
