)]}'
{
  "commit": "dc40b24df47af35f486e2c5139121b6cddc2dcb9",
  "tree": "cbd9cfb6e09f1888a23a89e0dd83e9bf8f4d27bf",
  "parents": [
    "0d0ac3826a3bbb9247e39e12623bbcfdd722f24c"
  ],
  "author": {
    "name": "Nguyễn Thái Ngọc Duy",
    "email": "pclouds@gmail.com",
    "time": "Fri Jan 25 16:51:22 2019 +0700"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Sun Jan 27 16:20:34 2019 -0800"
  },
  "message": "fetch: prefer suffix substitution in compact fetch.output\n\nI have a remote named \"jch\" and it has a branch with the same name. And\nfetch.output is set to \"compact\". Fetching this remote looks like this\n\n From https://github.com/gitster/git\n  + eb7fd39f6b...835363af2f jch                -\u003e */jch  (forced update)\n    6f11fd5edb..59b12ae96a  nd/config-move-to  -\u003e jch/*\n  * [new branch]            nd/diff-parseopt   -\u003e jch/*\n  * [new branch]            nd/the-index-final -\u003e jch/*\n\nNotice that the local side of branch jch starts with \"*\" instead of\nending with it like the rest. It\u0027s not exactly wrong. It just looks\nweird.\n\nThis patch changes the find-and-replace code a bit to try finding prefix\nfirst before falling back to strstr() which finds a substring from left\nto right. Now we have something less OCD\n\n From https://github.com/gitster/git\n  + eb7fd39f6b...835363af2f jch                -\u003e jch/*  (forced update)\n    6f11fd5edb..59b12ae96a  nd/config-move-to  -\u003e jch/*\n  * [new branch]            nd/diff-parseopt   -\u003e jch/*\n  * [new branch]            nd/the-index-final -\u003e jch/*\n\nSigned-off-by: Nguyễn Thái Ngọc Duy \u003cpclouds@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e0140327aab23654c69e7388c23a07b98b8ff913",
      "old_mode": 33188,
      "old_path": "builtin/fetch.c",
      "new_id": "e0173f8a339c5cd2aff8a9781801cf1a20c2fd5f",
      "new_mode": 33188,
      "new_path": "builtin/fetch.c"
    }
  ]
}
