)]}'
{
  "commit": "c2f36c6ce777c461faffa904aabaeb56e6458b9e",
  "tree": "fa4cc84eb7ceca41bde00ee145176199aaf3b52f",
  "parents": [
    "d787fcf45f193d3f439ee431f82b7a075c9f5784"
  ],
  "author": {
    "name": "Stefan Weil",
    "email": "sw@weilnetz.de",
    "time": "Sun Oct 23 08:19:10 2011 +0200"
  },
  "committer": {
    "name": "Blue Swirl",
    "email": "blauwirbel@gmail.com",
    "time": "Sun Oct 30 09:05:00 2011 +0000"
  },
  "message": "exec-all: Fix void pointer arithmetic\n\nAdding an offset to a void pointer works with gcc but is not allowed\nby the current C standards. With -pedantic, gcc complains:\n\nexec-all.h:344: error: pointer of type ‘void *’ used in arithmetic\n\nFix this, and also replace (unsigned long) by (uintptr_t) in the same\nstatement.\n\nSigned-off-by: Stefan Weil \u003csw@weilnetz.de\u003e\nSigned-off-by: Blue Swirl \u003cblauwirbel@gmail.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "72ef24679345c73d42c5ec3e6fbe8a36c373c592",
      "old_mode": 33188,
      "old_path": "exec-all.h",
      "new_id": "85a37bf1ed3e01561189bae0acb8d8b491f1cc67",
      "new_mode": 33188,
      "new_path": "exec-all.h"
    }
  ]
}
