)]}'
{
  "log": [
    {
      "commit": "684f4a4c4a69f7226d8c7559c0cdfc7bd388335a",
      "tree": "7388e9ff9e1bdc60526731b242dc10f8f1a294bb",
      "parents": [
        "18cc42a3a17d19774b332e933cf34c71b0d3903c"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "roel.kluin@gmail.com",
        "time": "Mon Dec 29 18:42:33 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Dec 29 18:42:33 2008 -0800"
      },
      "message": "EtherExpress16: fix printing timed out status\n\nin drivers/net/eexpress.c:558, function unstick_cu()\n\nwhile (!SCB_complete(rsst\u003dscb_status(dev))) {\n\t...\n\tif (...)\n\t\tprintk(KERN_WARNING \"%s: Reset timed out status %04x, retrying...\\n\",\n                                                       dev-\u003ename,rsst);\n}\n\nbut this will become \n\nwhile (!((rsst \u003d scb_status(dev) \u0026 0x8000) !\u003d 0) ...\n\nbecause of the macro:\n\n#define SCB_complete(s) ((s\u00260x8000)!\u003d0)\n\nso rsst can only become either 0x8000 or 0, but in the latter case the\nloop ends, I think the wrong timed out status is printed. This also\ncleans up similar macros.\n\nSigned-off-by: Roel Kluin \u003croel.kluin@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6aa20a2235535605db6d6d2bd850298b2fe7f31e",
      "tree": "df0b855043407b831d57f2f2c271f8aab48444f4",
      "parents": [
        "7a291083225af6e22ffaa46b3d91cfc1a1ccaab4"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Sep 13 13:24:59 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Sep 13 13:24:59 2006 -0400"
      },
      "message": "drivers/net: Trim trailing whitespace\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
