)]}'
{
  "log": [
    {
      "commit": "532cf2907ac3b9c2345d76251764f4f4e602c921",
      "tree": "1493be6fe2749d6c1cc785dd5655243048952c82",
      "parents": [
        "d0f95c782686dbfbb415d533881a06c2bde17ee0"
      ],
      "author": {
        "name": "Dick Streefland",
        "email": "dick@streefland.net",
        "time": "Sat Oct 23 00:02:44 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Thu Oct 28 00:22:17 2010 +0200"
      },
      "message": "scripts/extract-ikconfig: add support for bzip2, lzma and lzo\n\nAdd support for kernels compressed with bzip2, lzma or lzo to the\nextract-ikconfig script.\n\nFixes kernel bugzilla #19852:\nhttps://bugzilla.kernel.org/show_bug.cgi?id\u003d19852\n\nSigned-off-by: Dick Streefland \u003cdick@streefland.net\u003e\nTested-by: Justin \u003cjlec@gentoo.org\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "7b76bfc86757ca5e7b0a62f50003752da77c115b",
      "tree": "a71a191c73f9b5364f161a01eb7f61ef62a51515",
      "parents": [
        "0eca52a92735f43462165efe00a7e394345fb38e"
      ],
      "author": {
        "name": "Dick Streefland",
        "email": "dick@streefland.net",
        "time": "Tue Oct 06 22:35:40 2009 +0200"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Wed Oct 07 11:44:18 2009 -0400"
      },
      "message": "kconfig: simplification of scripts/extract-ikconfig\n\nI\u0027ve rewritten the extract-ikconfig script to extract the kernel\nconfiguration from a kernel compiled with CONFIG_IKCONFIG. The main\nmotivation for the rewrite was to remove the dependency on the\nexternal C program binoffset.c, which is compiled on the initial run.\n\nThe binoffset executable is invoked with a relative path, which means\nthat the old script can only be run from the top of the kernel tree,\nand only when you have write permission in the scripts directory.\n\nThe new script uses tr/grep/tail/zcat only, and can be invoked from\nanywhere. The binoffset.c program has been removed. This script\nrequires GNU grep 2.5 (released 2002-03-13) or higher, because the -o\noption was introduced in that version.\n\nSigned-off-by: Dick Streefland \u003cdick@streefland.net\u003e\nLKML-Reference: \u003c20091006203540.GA14634@streefland.net\u003e\nTested-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nCc: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n"
    },
    {
      "commit": "6be51ffc1791b72d11cef9bb0a578fe8c5d64c6a",
      "tree": "65076b5e6ebe9abc5574d8d45cc8b9e965c7b8c7",
      "parents": [
        "fd3132d5815bf72aeec7d5ad87161b4831f8e48c"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "srostedt@redhat.com",
        "time": "Thu Apr 30 12:22:20 2009 -0400"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Tue Aug 18 22:00:18 2009 -0400"
      },
      "message": "kconfig: have extract-ikconfig read ELF files\n\nIt would be nice to use extract-ikconfig to find the congfig.gz\nin either vmlinux (not vmlinuz) or configs.ko.\n\nThis patch changes the script to also be able to read ELF files directly.\n\n[ Impact: find config.gz in vmlinux and configs.ko ]\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n"
    },
    {
      "commit": "fd3132d5815bf72aeec7d5ad87161b4831f8e48c",
      "tree": "eb4248501111cd07cdee677359675965cf69ab33",
      "parents": [
        "744ffcbe867b81e9f467503c85bc5e4f9a586294"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "srostedt@redhat.com",
        "time": "Thu Apr 30 12:19:56 2009 -0400"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Tue Aug 18 21:59:26 2009 -0400"
      },
      "message": "kconfig: add check if end exists in extract-ikconfig\n\nBoth start and end should be tested for existence before continuing\nto parse the config.gz file.\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n"
    },
    {
      "commit": "efddd79512cc582675004bfdf7e66585198b38f9",
      "tree": "34c555f0c685d667d5b8c0ab00aee35e83dc032f",
      "parents": [
        "d2301249e2f9b9a3ba989703107192b538209e57"
      ],
      "author": {
        "name": "Werner Almesberger",
        "email": "werner@openmoko.org",
        "time": "Wed Nov 12 16:39:35 2008 -0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Wed Dec 03 21:32:02 2008 +0100"
      },
      "message": "remove bashisms from scripts/extract-ikconfig\n\nunbashify-extract-ikconfig.patch\n\nscripts/extract-ikconfig contains a lot of gratuituous bashisms,\nwhich make it fail if /bin/sh isn\u0027t bash. This patch replaces them\nwith regular Bourne shell constructs.\n\nSigned-off-by: Werner Almesberger \u003cwerner@openmoko.org\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e # as file author\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "008accbbae6b2f18c2039d563f28d46ff4388d36",
      "tree": "af4ce5fd57dfa3b8a5a5f0b0654d3f45a4c51f08",
      "parents": [
        "ff45e99dcd31e1810a9892ce28190bff262e4e12"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Fri Mar 24 03:15:56 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 24 07:33:21 2006 -0800"
      },
      "message": "[PATCH] extract-ikconfig: don\u0027t use --long-options\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": "ff45e99dcd31e1810a9892ce28190bff262e4e12",
      "tree": "81d1e76fa63acd316e82b448a4c3878238fb822c",
      "parents": [
        "66f9f59a5bfcb9efc8acad5ff0ece02fdaca6817"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Fri Mar 24 03:15:56 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 24 07:33:21 2006 -0800"
      },
      "message": "[PATCH] extract-ikconfig: be sure binoffset exists before extracting\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": "66f9f59a5bfcb9efc8acad5ff0ece02fdaca6817",
      "tree": "15e872b25c747dc96b639fd5ec65cc9b604528ac",
      "parents": [
        "a4a6198b80cf82eb8160603c98da218d1bd5e104"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Fri Mar 24 03:15:55 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 24 07:33:21 2006 -0800"
      },
      "message": "[PATCH] extract-ikconfig: use mktemp(1)\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": "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"
    }
  ]
}
