)]}'
{
  "log": [
    {
      "commit": "ec0344a2c93c770fe1ef7cdccd8115a69ca100d1",
      "tree": "f6793e7c3ba070eba70439105ab57e48c3a17d58",
      "parents": [
        "8c52ab42c11b5a7fb44bb84c954d09968e90e9e7"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Jul 27 11:45:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:07 2005 -0700"
      },
      "message": "[PATCH] Documentation/Changes: document the required udev version\n\nDocument that udev 058 is required.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eb05bfe4fbf031f95e392204efaa4da71c75b2e2",
      "tree": "63ba97dcd72e48992fea12bf01587dd36eccb90a",
      "parents": [
        "3704511b2ee8b01475ca7c171d62c682342fa38e"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jun 30 02:58:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 30 08:45:08 2005 -0700"
      },
      "message": "[PATCH] pcmcia: update Documentation\n\nAs the information is now exported via sysfs, there\u0027s no need for an userspace\ntool any longer.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5085cb26503a662a5cfdf53ce96fd606c1fbe9ba",
      "tree": "93f4cc37b516e4f6a812b760e3a52d1b2d0dfd5b",
      "parents": [
        "f4d7510d3d3b4501c94b4b00cf42fd58d49aeddd"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:18 2005 -0700"
      },
      "message": "[PATCH] pcmcia: add some Documentation\n\nAdd some information useful for PCMCIA device driver authors to\nDocumentation/pcmcia/, and reference it in dmesg in case of hash mismatches.\n\nAlso add a reference to pcmciautils to Documentation/Changes.  With recent\nchanges, you don\u0027t need to concern yourself with pcmcia-cs even if you have\nPCMCIA hardware, so the example above the list needed to be adapted as well.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowksi.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0c0a400d1debb172c596b24ab82efab4975990a9",
      "tree": "58bd3604e46151662268bd558dce49ac8e72cca0",
      "parents": [
        "391cd727eac2e10be7685efd739a3ea9de87393c"
      ],
      "author": {
        "name": "John Levon",
        "email": "levon@movementarian.org",
        "time": "Thu Jun 23 22:02:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri Jun 24 00:06:27 2005 -0700"
      },
      "message": "[PATCH] oprofile: report anonymous region samples\n\nThe below patch passes samples from anonymous regions to userspace instead\nof just dropping them.  This provides the support needed for reporting\nanonymous-region code samples (today: basic accumulated results; later:\nJava and other dynamically compiled code).\n\nAs this changes the format, an upgrade to the just-released 0.9 release of\nthe userspace tools is required.\n\nThis patch is based upon an earlier one by Will Cohen \u003cwcohen@redhat.com\u003e\n\nSigned-off-by: John Levon \u003clevon@movementarian.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b0c2d989cc60db1767481386ca912e99807eddb",
      "tree": "d4987614a6171ce7eee3fa63023ce5ed4c45f8f7",
      "parents": [
        "ac9296f95228f50d112e6caec3b461fd816de084"
      ],
      "author": {
        "name": "Martin Waitz",
        "email": "tali@admingilde.org",
        "time": "Sun May 01 08:59:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:27 2005 -0700"
      },
      "message": "[PATCH] DocBook: Use xmlto to process the DocBook files.\n\nxmlto uses standared XSLT templates to generate manpages, (x)html pages, and\nXML FO files which can be processed with passivetex.  This is much faster than\nusing jadetex for everything.  This patch also reduces the number of\nkernel-specific scripts that are needed to generate documentation.\n\nSigned-off-by: Martin Waitz \u003ctali@admingilde.org\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"
    }
  ]
}
