)]}'
{
  "commit": "3063477445423fd5ec52efa073fb8d15c1641f4e",
  "tree": "74f8bcf47c281305d24597044feed78c8f452046",
  "parents": [
    "6e9e91e9cae74cd7feb9300563d40361b2b17dd2"
  ],
  "author": {
    "name": "Torsten Bögershausen",
    "email": "tboegi@web.de",
    "time": "Thu Oct 25 18:13:08 2018 +0200"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Fri Oct 26 11:20:01 2018 +0900"
  },
  "message": "path.c: char is not (always) signed\n\nIf a \"char\" in C is signed or unsigned is not specified, because it is\nout of tradition \"implementation dependent\".\nTherefore constructs like \"if (name[i] \u003c 0)\" are not portable,\nuse \"if (name[i] \u0026 0x80)\" instead.\n\nDetected by \"gcc (Raspbian 6.3.0-18+rpi1+deb9u1) 6.3.0 20170516\" when\nsetting\nDEVELOPER \u003d 1\nDEVOPTS \u003d extra-all\n\nSigned-off-by: Torsten Bögershausen \u003ctboegi@web.de\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "4c4a751539aa30d134da09dd6ad1f00988818e88",
      "old_mode": 33188,
      "old_path": "path.c",
      "new_id": "cd3173470034cd9d29946a8eaf090220b7e94c3c",
      "new_mode": 33188,
      "new_path": "path.c"
    }
  ]
}
