)]}'
{
  "commit": "694a577519a762d12b8a53e76b6f1dd3ccf25e7d",
  "tree": "8e4aed3e5c5f260ded743cbf80b3873f4a09ecc1",
  "parents": [
    "dd3bf0f4a5bab17011e94bfeb808ee64dd2ad040"
  ],
  "author": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Wed Nov 07 14:58:09 2007 -0800"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Thu Nov 22 22:11:28 2007 -0800"
  },
  "message": "git-branch --contains\u003dcommit\n\nThis teaches git-branch to limit its listing to branches that\nare descendants to the named commit.\n\nWhen you are using many topic branches, you often would want to\nsee which branch already includes a commit, so that you know\nwhich can and cannot be rewound without disrupting other people.\n\nOne thing that sometimes happens to me is:\n\n * Somebody sends a patch that is a good maint material.  I\n   apply it to \u0027maint\u0027:\n\n     $ git checkout maint\n     $ git am -3 -s obvious-fix.patch\n\n * Then somebody else sends another patch that is possibly a\n   good maint material, but I\u0027d want to cook it in \u0027next\u0027 to be\n   extra sure.  I fork a topic from \u0027maint\u0027 and apply the patch:\n\n     $ git checkout -b xx/maint-fix-foo\n     $ git am -3 -s ,xx-maint-fix-foo.patch\n\n * A minor typo is found in the \"obvious-fix.patch\".\n\nThe above happens without pushing the results out, so I can\nfreely recover from it by amending \u0027maint\u0027, as long as I do not\nforget to rebase the topics that were forked previously.\n\nWith this patch, I can do this to find out which topic\nbranches already contain the faulty commit:\n\n    $ git branch --contains\u003dmaint^\n      xx/maint-fix-foo\n\nso I can rebase the xx/maint-fix-foo branch before merging it\nto \u0027next\u0027.\n\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2694c9cf497bb0f20c771a560d65eae5702bf931",
      "old_mode": 33188,
      "old_path": "builtin-branch.c",
      "new_id": "c64768beb2c112fc32a65fb4070f01331ebf1540",
      "new_mode": 33188,
      "new_path": "builtin-branch.c"
    }
  ]
}
