)]}'
{
  "commit": "b775d8122ecec94a99c1a6588a38455cdd41d8e2",
  "tree": "00745e177be38864825967528bf654226a1c0e70",
  "parents": [
    "54e85e7af1ac9e9a92888060d6811ae767fea1bc"
  ],
  "author": {
    "name": "Aaron Lipman",
    "email": "alipman88@gmail.com",
    "time": "Tue Sep 15 22:08:38 2020 -0400"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Wed Sep 16 12:38:09 2020 -0700"
  },
  "message": "t3201: test multiple branch filter combinations\n\nAdd tests covering the behavior of passing multiple contains/no-contains\nfilters to git branch, e.g.:\n\n$ git branch --contains feature_a --contains feature_b\n$ git branch --no-contains feature_a --no-contains feature_b\n\nWhen passed more than one contains (or no-contains) filter, the tips of\nthe branches returned must be reachable from any of the contains commits\nand from none of the the no-contains commits.\n\nThis logic is useful to describe prior to enabling multiple\nmerged/no-merged filters, so that future tests will demonstrate\nconsistent behavior between merged/no-merged and contains/no-contains\nfilters.\n\nSigned-off-by: Aaron Lipman \u003calipman88@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "40251c9f8f68cbfba145976eb912ecdd3364dc65",
      "old_mode": 33261,
      "old_path": "t/t3201-branch-contains.sh",
      "new_id": "3cb9dc6cca53faacc6b00d8f09206c32d421963f",
      "new_mode": 33261,
      "new_path": "t/t3201-branch-contains.sh"
    }
  ]
}
