)]}'
{
  "commit": "adfc1857bdb090786fd9d22c1acec39371c76048",
  "tree": "2f0fb03ae59fac4c1495ace15b24e1fba14f9944",
  "parents": [
    "118aa4acff6afae733c206df7049ea54f7e0b282"
  ],
  "author": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Thu Jul 18 14:46:51 2013 -0700"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Thu Jul 18 15:16:23 2013 -0700"
  },
  "message": "describe: fix --contains when a tag is given as input\n\n\"git describe\" takes a commit and gives it a name based on tags in\nits neighbourhood.  The command does take a commit-ish but when\ngiven a tag that points at a commit, it should dereference the tag\nbefore computing the name for the commit.\n\nAs the whole processing is internally delegated to name-rev, if we\nunwrap tags down to the underlying commit when invoking name-rev, it\nwill make the name-rev issue an error message based on the unwrapped\nobject name (i.e. either 40-hex object name, or \"$tag^0\") that is\ndifferent from what the end-user gave to the command when the commit\ncannot be described.  Introduce an internal option --peel-tag to the\nname-rev to tell it to unwrap a tag in its input from the command\nline.\n\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "db41cd7974698aeb70b91d48a36b09ce2e558ef1",
      "old_mode": 33188,
      "old_path": "builtin/describe.c",
      "new_id": "7d73722f59b10b5fe302498bb83c9ab3313b89b0",
      "new_mode": 33188,
      "new_path": "builtin/describe.c"
    },
    {
      "type": "modify",
      "old_id": "4c7cc62a9ca9320a5582e824b0c811bece1c7610",
      "old_mode": 33188,
      "old_path": "builtin/name-rev.c",
      "new_id": "0aaa19e4abeb462b2f1d05d5e03aa29bee810db8",
      "new_mode": 33188,
      "new_path": "builtin/name-rev.c"
    },
    {
      "type": "modify",
      "old_id": "1d20854609e8f752b446d6657fcbec479220f937",
      "old_mode": 33261,
      "old_path": "t/t6120-describe.sh",
      "new_id": "c0e5b2a6275df2d92172327b2d629cc73720423e",
      "new_mode": 33261,
      "new_path": "t/t6120-describe.sh"
    }
  ]
}
