)]}'
{
  "log": [
    {
      "commit": "b1e0d8b70fa31821ebca3965f2ef8619d7c5e316",
      "tree": "4df17a3e10de030701ccf0868da1a94c1063b07d",
      "parents": [
        "fe04ddf7c2910362f3817c8156e41cbd6c0ee35d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "jdelvare@suse.de",
        "time": "Tue Oct 02 16:42:36 2012 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Wed Oct 03 09:03:24 2012 +0200"
      },
      "message": "kbuild: Fix gcc -x syntax\n\nThe correct syntax for gcc -x is \"gcc -x assembler\", not\n\"gcc -xassembler\". Even though the latter happens to work, the former\nis what is documented in the manual page and thus what gcc wrappers\nsuch as icecream do expect.\n\nThis isn\u0027t a cosmetic change. The missing space prevents icecream from\nrecognizing compilation tasks it can\u0027t handle, leading to silent kernel\nmiscompilations.\n\nBesides me, credits go to Michael Matz and Dirk Mueller for\ninvestigating the miscompilation issue and tracking it down to this\nincorrect -x parameter syntax.\n\nSigned-off-by: Jean Delvare \u003cjdelvare@suse.de\u003e\nAcked-by: Ingo Molnar \u003cmingo@kernel.org\u003e\nCc: stable@vger.kernel.org\nCc: Bernhard Walle \u003cbernhard@bwalle.de\u003e\nCc: Michal Marek \u003cmmarek@suse.cz\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "bdefe35d40c6bb5859dadee26c2e19bf58540f1d",
      "tree": "da2b32395341bdcb3bd829b6634a818111f6fdf4",
      "parents": [
        "a9eb522375abc79c2bf23940a067bc0046276236"
      ],
      "author": {
        "name": "dann frazier",
        "email": "dannf@debian.org",
        "time": "Fri Jun 05 15:02:49 2009 -0700"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Tue Jun 09 22:37:54 2009 +0200"
      },
      "message": "Remove bashisms from scripts\n\nThe \u0027-e\u0027 option to echo and brace expansion are not guaranteed to be supported\nby a POSIX-compliant /bin/sh (e.g. dash)\n\nSigned-off-by: dann frazier \u003cdannf@debian.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "0484f1299fb504d57f388e5cdaba85ed59f32ca0",
      "tree": "88766246de729bf62c7d7e0c404ed4597e62dc0b",
      "parents": [
        "899c38420c56b20e12a31fe9adfa92cd21782370"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Dec 31 14:22:55 2007 +0100"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Jan 28 23:14:36 2008 +0100"
      },
      "message": "kbuild: fix buglet in gcc-version.sh\n\nGreg Schafer \u003cgschafer@zip.com.au\u003e reported:\n\u003d\u003d\u003d\u003d\n$make mrproper\nscripts/gcc-version.sh: [[: command not found\n\nThis is on a very old host with an ancient bash as /bin/sh. But I have\nCONFIG_SHELL set and pointing to a modern bash. Something is wrong.\n\nThis doesn\u0027t happen with 2.6.23\n\u003d\u003d\u003d\u003d\n\nFixed using a more common string equality test.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Greg Schafer \u003cgschafer@zip.com.au\u003e\nCc: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\n"
    },
    {
      "commit": "de47062a17a236543690e0c23dfb30cb11c6e674",
      "tree": "00c2d1fb2f41b4cd510918d3fb2b3785e8da57e0",
      "parents": [
        "c34114f4acbc89a217148ebe166b2a68f973a7b9"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Sat Aug 04 20:30:42 2007 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@neptun.(none)",
        "time": "Fri Oct 12 21:15:30 2007 +0200"
      },
      "message": "kbuild: improve scripts/gcc-version.sh output a bit when called without args\n\nCurrently, if you call scripts/gcc-version.sh without arguments it will\ngenerate this output :\n\n$ sh scripts/gcc-version.sh\nscripts/gcc-version.sh: line 12: [: \u003d: unary operator expected\nscripts/gcc-version.sh: line 16: -E: command not found\nscripts/gcc-version.sh: line 17: -E: command not found\n0000\n\nNot too pretty. I believe this is an improvement :\n\n$ sh scripts/gcc-version.sh\nError: No compiler specified.\nUsage:\n        scripts/gcc-version.sh \u003cgcc-command\u003e\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "0ab2a272e6b55e5d58168d6983da99e2dc09b8b2",
      "tree": "16db20cec448da4816e4c3f24f6ecf7b445e02a4",
      "parents": [
        "f241182b51c0f26b29af40c3777f84e6033d0401"
      ],
      "author": {
        "name": "Segher Boessenkool",
        "email": "segher@kernel.crashing.org",
        "time": "Sat May 19 18:49:07 2007 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Jul 16 21:15:47 2007 +0200"
      },
      "message": "kbuild: New \u0027cc-fullversion\u0027 macro\n\nPrints a six-digit string including the GCC patchlevel.  Also fix\nthe \u0027usage\u0027 comment for cc-version.\n\nSigned-off-by: Segher Boessenkool \u003csegher@kernel.crashing.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.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"
    }
  ]
}
