)]}'
{
  "log": [
    {
      "commit": "1838e39214ee3e390f9c8150ea7454103b72ef83",
      "tree": "7532902b40424c3da10c4a655db833998bd500b2",
      "parents": [
        "42182c7850cdfbfdcf5f8763908a7a66b5ce9041"
      ],
      "author": {
        "name": "frans",
        "email": "fransmeulenbroeks@gmail.com",
        "time": "Sat Nov 22 15:39:06 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Nov 30 11:40:56 2008 -0800"
      },
      "message": "Trivial Documentation/filesystems/ramfs-rootfs-initramfs.txt fix\n\nA very minor patch on ramfs-rootfs-initramfs.txt: update the location\nwhere CONFIG_INITRAMFS_SOURCE lives in menuconfig\n\nSigned-off-by: Frans Meulenbroeks \u003cfransmeulenbroeks@gmail.com\u003e\nAcked-by: Rob Landley \u003crob@landley.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "dd1c53a64a48b6c16f349e46b71f0938d9a4fa1f",
      "tree": "8c9bd19870f0e7238d5081d8cb77d462e1737b5a",
      "parents": [
        "fca692c0a923c142c28d65e1101806bac1f69bb5"
      ],
      "author": {
        "name": "frans",
        "email": "fransmeulenbroeks@gmail.com",
        "time": "Wed Oct 15 22:01:30 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:30 2008 -0700"
      },
      "message": "Fix Documentation/filesystems/ramfs-rootfs-initramfs.txt\n\nFirst a file hello.c is created, then the file hello2.c is compiled.\nChange this to hello.c\n\nSigned-off-by: Frans Meulenbroeks \u003cfransmeulenbroeks@gmail.com\u003e\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "33b1302545d117f368135387c73f78e2a08c7c4b",
      "tree": "0f99e7f1b82d8f35ea512fa68e35e2f15aff33f4",
      "parents": [
        "78b42c99af8407ff094be361782823651a2cc26c"
      ],
      "author": {
        "name": "Denis Cheng",
        "email": "crquan@gmail.com",
        "time": "Sun Feb 03 14:50:11 2008 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Feb 03 14:50:11 2008 +0200"
      },
      "message": "Documentation: fix type error\n\nSigned-off-by: Denis Cheng \u003ccrquan@gmail.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "1810732e94576ae0d04e953ecaba8c7151c9a287",
      "tree": "c2ff43ec67ea41d2e5fee33b5e9a0d828871d3b5",
      "parents": [
        "0e1ccb9619e8e9ae86dfc5a4645ccf3bf5a2eb3f"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Oct 16 23:29:29 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Oct 17 08:42:56 2007 -0700"
      },
      "message": "docs: ramdisk/initrd/initramfs corrections\n\ninitrd/initramfs/ramdisk docs:\n- fix typos/spellos/grammar\n- clarify RAM disk config location\n- correct cpio option\n\nAcked-by: Bryan O\u0027Sullivan \u003cbos@serpentine.com\u003e\nAcked-by: Rob Landley \u003crob@landley.net\u003e\nCc: Werner Almesberger \u003cwerner@almesberger.net\u003e\nCc: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nAcked-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e7b69055820a221d7da29092fd553fd7cd6a97d1",
      "tree": "f80c1cbd5ada2179fc7ddc97c4d8696551ae96a3",
      "parents": [
        "fa366ad5d7fe05abaae44a1cd216348669e42ef8"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Sun Jun 25 05:49:00 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jun 25 10:01:21 2006 -0700"
      },
      "message": "[PATCH] Initramfs docs update\n\nNew section on creating an external initramfs image using cpio (with\nscript), a warning about bad advice in the cpio man page, a bit of\ndebugging advice (hello world and rdinit\u003d/bin/sh), and a few minor tweaks\nto other parts of it.\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nCc: \"H. Peter Anvin\" \u003chpa@zytor.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "99aef427e206f4ae7dcf0b18f66416145fea5d20",
      "tree": "d4e478ce7b5a96ed283cbed67f2663ad488287f1",
      "parents": [
        "d84f520348d77e61f936227a048403dbc349fff1"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Sun Jan 08 01:03:43 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:14:00 2006 -0800"
      },
      "message": "[PATCH] update to the initramfs docs\n\nBased on questions people have asked me.  Repeatedly.\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7f46a240b0a1797eb641c046d445f026563463d4",
      "tree": "f45cc4bccb355b147b2bbf8b0c329b71466aeed5",
      "parents": [
        "cbf8f0f36a2339f87b9dabbbd301ffd86744620c"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Mon Nov 07 01:01:09 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:56 2005 -0800"
      },
      "message": "[PATCH] ramfs, rootfs, and initramfs docs\n\nDocs for ramfs, rootfs, and initramfs.\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ]
}
