)]}'
{
  "log": [
    {
      "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": "48a61569bb5396415c5dad0e81e1cfeb87c0aca3",
      "tree": "d0a184e8c847ceeda626ada6baacf34ec2471018",
      "parents": [
        "775a7229ac862ea93924672e7e331edf8475415c"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Jul 23 22:50:45 2008 +0300"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Thu Jul 31 23:36:54 2008 +0200"
      },
      "message": "kbuild: scripts/ver_linux: don\u0027t set PATH\n\nIt would have saved both a bug submitter and me a few hours if\nscripts/ver_linux had picked the same gcc as the build.\n\nSince I can\u0027t see any reason why it fiddles with PATH at all this patch\ntherefore removes the PATH setting.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "656a3f797889dafcce2f5b8b222ad66e9974b6f7",
      "tree": "19ff97ddbe319f45221699a75889315781a1caac",
      "parents": [
        "eb90d81d03c0917b0fd629f6342554a3b58ea52c"
      ],
      "author": {
        "name": "Gabriel C",
        "email": "nix.or.die@googlemail.com",
        "time": "Wed May 21 20:36:19 2008 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Sun May 25 23:02:43 2008 +0200"
      },
      "message": "scripts/ver_linux use \u0027gcc -dumpversion\u0027\n\nThese magic greps and hacks in ver_linux to get the gcc version always break after some gcc releases.\n\nSince now gcc \u003e4.3 allows compiling with \u0027--with-pkgversion\u0027 ( which can be everything \u0027My Cool Gcc\u0027 or something )\nver_linux will report random junk for these.\n\nSimply use \u0027gcc -dumpversion\u0027 to get the gcc version which should always work.\n\nSigned-off-by: Gabriel C \u003cnix.or.die@googlemail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "cc9eefdb9ed5603e2ab0b77fc1f6b671332ceeed",
      "tree": "6d93d16e3259174c96396e126c5053e79955a110",
      "parents": [
        "9cc3ef30346da96f3dd7f2e328e8a5ff46a37fd9"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Thu Aug 02 01:21:15 2007 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@neptun.(none)",
        "time": "Fri Oct 12 21:15:31 2007 +0200"
      },
      "message": "kbuild: scripts/ver_linux : correct printing of binutils version\n\nCurrently scripts/ver_linux prints \"Binutils\" or other random\ninformation for the version number in the \"binutils\" output line\non some distributions. This patch corrects that.\n\nWhen I initially submitted a patch to correct that, I was not aware\nthat the output from \"ld -v\" could differ as much as it turned out\nit can, so my original fix turned out to not cover all bases.\nThis patch works correctly with all the different \"ld -v\" output\nthat people posted in replys to my first patch, so it should be a\nclear win over what we have currently.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "9cc3ef30346da96f3dd7f2e328e8a5ff46a37fd9",
      "tree": "ec2017c6453a70bb5b1635aef5a4f080c60d4fd8",
      "parents": [
        "de47062a17a236543690e0c23dfb30cb11c6e674"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Wed Aug 22 03:11:56 2007 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@neptun.(none)",
        "time": "Fri Oct 12 21:15:31 2007 +0200"
      },
      "message": "kbuild: ver_linux fix glibc version print\n\nFix ver_linux glibc version printing (for real this time)\n\nAlexey Dobriyan reported that commit\n4a645d5ea65baaa5736bcb566673bf4a351b2ad8\nbroke ver_linux when glibc has a 3 digit\nversion number, and proposed a patch.\nAl Viro then suggested a simpler way to\nsolve the problem which I\u0027ve then simply\nput into patch form.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@sw.ru\u003e\nSigned-off-by: Al Viro \u003cviro@ftp.linux.org.uk\u003e\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "4a645d5ea65baaa5736bcb566673bf4a351b2ad8",
      "tree": "1dde070ef5b832bb82d282319ff397ef0826f0b5",
      "parents": [
        "8d8d8289df65cb116d2721becafb37272074f25a"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Fri Jul 20 02:49:23 2007 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Wed Jul 25 21:14:20 2007 +0200"
      },
      "message": "kbuild: fix up printing of Linux C Library version in scripts/ver_linux\n\nI noticed, when running scripts/ver_linux on both a Gentoo system\nand a Slackware system, that the line printing the C library\nversion looked a little odd. So I fixed it up to be in line with\nall the rest.\n\n  Old output:\n    Linux C Library        \u003e libc.2.5\n  New output:\n    Linux C Library        2.5\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "319e799abb89d9215a203e32c2cad51115d302f4",
      "tree": "b51377d8e64975351e8a29bffcf966bfc43fd314",
      "parents": [
        "c36264dfb2d6fa6383082de0a1bba8e12b477da1"
      ],
      "author": {
        "name": "Valdis Kletnieks",
        "email": "valdis.kletnieks@vt.edu",
        "time": "Wed Dec 06 20:37:43 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.osdl.org",
        "time": "Thu Dec 07 08:39:38 2006 -0800"
      },
      "message": "[PATCH] ver_linux additions\n\nscripts/ver_linux needed some minor clean-ups, as follows:\n1) Add reporting of actual oprofile release\n2) Add reporting of actual wireless-tools release\n3) Add reporting of actual pcmciautils release\n\nSigned-off-by: Valdis Kletnieks \u003cvaldis.kletnieks@vt.edu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ea88df9bf895720289331e41ed73cdcb04059900",
      "tree": "f524cceee9b527cd6e10cc7e3a5fa77be8d3f3ca",
      "parents": [
        "0947640f4388de50a39f762748b08e586a482527"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Wed Sep 21 21:37:24 2005 +0400"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.ravnborg.org",
        "time": "Wed Apr 05 13:10:19 2006 +0200"
      },
      "message": "ver_linux: don\u0027t print reiser4progs version if none found\n\nSam: did the same for reiserprogs\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "580b2e3c0183818adf6151e60270405b02ea8504",
      "tree": "596286b22842dd8ab62b5837debab5dc2caea14d",
      "parents": [
        "e752dd6cc66a3e6a11396928998baf390cc00420"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Sep 06 15:17:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:33 2005 -0700"
      },
      "message": "[PATCH] Adapt scripts/ver_linux to new util-linux version strings\n\nTested with 2.12i and 2.13-pre2.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1694145854a309bebd12a5cce63c9b398304e3bb",
      "tree": "02dc62f231bc65bfa2bc665b34ccc45e48270397",
      "parents": [
        "46ea0d6c26de431a39c744f7ad63b30bfc800c1e"
      ],
      "author": {
        "name": "Steven Cole",
        "email": "elenstev@mesatop.com",
        "time": "Mon Apr 18 21:57:33 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "greg@press.kroah.org",
        "time": "Mon Apr 18 21:57:33 2005 -0700"
      },
      "message": "[PATCH] 2.6.12-rc1-mm3 Fix ver_linux script for no udev utils.\n\nWithout the attached patch, the ver_linux script gives\nthe following if udev utils are not present.\n\n./scripts/ver_linux: line 90: udevinfo: command not found\n\nThe patch causes ver_linux to be silent in the case of\nno udevinfo command.\n\nSigned-off-by: Steven Cole \u003celenstev@mesatop.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\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"
    }
  ]
}
