)]}'
{
  "commit": "4b05440283350ec3b01afabe847d9ce5cf4cbdb7",
  "tree": "d07d7b4e2fcbfa3d9cb18df7e5110bcfbfc50ff4",
  "parents": [
    "f59bebb78edb26e4f66c2754bc4d168c5d4ebb4a"
  ],
  "author": {
    "name": "Jharrod LaFon",
    "email": "jlafon@eyesopen.com",
    "time": "Mon Aug 19 09:26:56 2013 -0700"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Mon Aug 19 13:47:56 2013 -0700"
  },
  "message": "avoid segfault on submodule.*.path set to an empty \"true\"\n\nGit fails due to a segmentation fault if a submodule path is empty.\nHere is an example .gitmodules that will cause a segmentation fault:\n\n    [submodule \"foo-module\"]\n      path\n      url \u003d http://host/repo.git\n    $ git status\n    Segmentation fault (core dumped)\n\nThis is because the parsing of \"submodule.*.path\" is not prepared to\nsee a value-less \"true\" and assumes that the value is always\nnon-NULL (parsing of \"ignore\" has the same problem).\n\nFix it by checking the NULL-ness of value and complain with\nconfig_error_nonbool().\n\nSigned-off-by: Jharrod LaFon \u003cjlafon@eyesopen.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "975bc87e48b33e70bd7c38e82b7f59e34bb81ca3",
      "old_mode": 33188,
      "old_path": "submodule.c",
      "new_id": "8f7515ed6644a22e6f860eac72b2897e636cdf3d",
      "new_mode": 33188,
      "new_path": "submodule.c"
    },
    {
      "type": "modify",
      "old_id": "2683cba7e3f0ba7fbb7ea1752a39a6068fc91718",
      "old_mode": 33261,
      "old_path": "t/t7400-submodule-basic.sh",
      "new_id": "0edf74c68f6907aedc8c863d573138c31e7110f2",
      "new_mode": 33261,
      "new_path": "t/t7400-submodule-basic.sh"
    }
  ]
}
