)]}'
{
  "log": [
    {
      "commit": "7cef5677ef3a8084f2588ce0a129dc95d65161f6",
      "tree": "8d43d36d2c087e48148f0a5da2d733b090a5aa67",
      "parents": [
        "eae936e21bd726f9d9555f2262d439fbcd61dccf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 06 08:22:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 06 08:22:29 2005 -0700"
      },
      "message": "Linux 2.6.12-rc6\n\nGetting ready for the real release..\n"
    },
    {
      "commit": "2a24ab628aa7b190be32f63dfb6d96f3fb61580a",
      "tree": "137318b273db26b889675101fbd02d2e84cae5e3",
      "parents": [
        "d981289627a7e2d8ef62dfcaa11fb60da68f30c6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 24 20:31:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 24 20:31:20 2005 -0700"
      },
      "message": "Linux 2.6.12-rc5\n"
    },
    {
      "commit": "e8f5bdb02ce06925e7fc5916125bdebc533d4299",
      "tree": "e9baf463f7058f658c63823cf6019bd7317b82cf",
      "parents": [
        "631330afdf9d29fe84526653674e8e061389d8f6"
      ],
      "author": {
        "name": "Rik van Riel",
        "email": "riel@redhat.com",
        "time": "Mon May 16 21:53:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:19 2005 -0700"
      },
      "message": "[PATCH] Makefile include path ordering\n\nThe arch Makefile may override the include path order, which is used by Xen\n(and UML?) to make sure include/asm-xen is searched before\ninclude/asm-i386.\n\nThe Makefile change to 2.6.12-rc4 made the top Makefile always override the\nvalue specified by the arch Makefile.  This trivial patch makes the Xen\nkernel compile again.\n\nSigned-off-by: Rik van Riel \u003criel@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5",
      "tree": "eed337ef5e9ae7d62caa84b7974a11fddc7f06e0",
      "parents": [
        "2d58cc9a437f3833d242e9d1617ec9b4044e26f3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri May 06 22:20:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri May 06 22:20:31 2005 -0700"
      },
      "message": "Linux v2.6.12-rc4\n"
    },
    {
      "commit": "efcd5e3ab089496865571d22443dd3f514dae60c",
      "tree": "037fbd3c28b2f1e93400842a2c456d15ce431f26",
      "parents": [
        "16f31113a614a35acc2da64f4ae39ab0ed7e194f"
      ],
      "author": {
        "name": "Emanuele Giaquinta",
        "email": "emanuele.giaquinta@gmail.com",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:15 2005 -0700"
      },
      "message": "[PATCH] Makefile: fix for compatibility with *emacs ctags\n\nI\u0027ve noticed that, starting from linux-2.6.12-rc1, in the top Makefile the\n\"cmd_tags\" variable has been changed in a way incompatible with *emacs\nctags.  Since the \"--extra\" option exists only in \"exuberant ctags\", it\nshould be included in the CTAGSF shell variable.\n\nCc: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e8e6993178344eb348f60f05b16d9dc30db3b9cf",
      "tree": "ddb7d643d247c1f7650245794433b7c1eec92331",
      "parents": [
        "b3d9ae4b98f6d28481d4d4b768d860a2cfb5805d"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Sat Apr 30 16:51:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 30 16:51:42 2005 -0700"
      },
      "message": "[PATCH] kbuild: Set NOSTDINC_FLAGS late to speed up compile (a little)\n\nMove definition of NOSTDINC_FLAGS below inclusion of arch Makefile, so\nany arch specific settings to $(CC) takes effect before looking up the\ncompiler include directory.\n\nThe previous solution that replaced \u0027:\u003d\u0027 with \u0027\u003d\u0027 caused gcc to be\ninvoked one additional time for each directory visited.\n\nThis decreases kernel compile time with 0.1 second (3.6 -\u003e 3.5 seconds) when\nrunning make on a fully built kernel\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a2755a80f40e5794ddc20e00f781af9d6320fafb",
      "tree": "1813b464853cba4439b3c30412059ed6284114a0",
      "parents": [
        "4d78b6c78ae6d87e4c1c8072f42efa716f04afb9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Apr 20 16:24:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Apr 20 16:24:21 2005 -0700"
      },
      "message": "Linux v2.6.12-rc3\n\nReleasing this will also make \"git\" the official source control\nthing. Here\u0027s to hoping for the best.\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"
    }
  ]
}
