)]}'
{
  "log": [
    {
      "commit": "f72e9df0e04c0ea7b5c97e6db5b114234bf3c36f",
      "tree": "d1a8c7d73c1a84a1e806a5c5e91400a9e829af99",
      "parents": [
        "db6c24fdf19bd7ee25c86ddd8021ec648b76d5ae"
      ],
      "author": {
        "name": "Eduard - Gabriel Munteanu",
        "email": "eduard.munteanu@linux360.ro",
        "time": "Thu Jun 26 10:54:34 2008 +0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jun 29 12:18:00 2008 -0700"
      },
      "message": "Fix and clean top .gitignore\n\nRemoved vmlinux* rule because it matches too many useful files, replacing\nit with rules matching filetype by filename (e.g. *.gz). Also unignored\n.mailmap from the top directory. Added a comment telling the user how to\ncheck for tracked files being ignored.\n\nSigned-off-by: Eduard - Gabriel Munteanu \u003ceduard.munteanu@linux360.ro\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "cd50e89244087432a70598e432ff199a009b0e73",
      "tree": "000a35ff00a9bb7c6274d9f7eacfd4f590a7bb72",
      "parents": [
        "42a886af728c089df8da1b0017b0e7e6c81b5335"
      ],
      "author": {
        "name": "Eduard - Gabriel Munteanu",
        "email": "eduard.munteanu@linux360.ro",
        "time": "Sun Jun 15 18:05:01 2008 +0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jun 17 18:04:37 2008 -0700"
      },
      "message": "Unignore vmlinux.lds.h from Git.\n\nAdded !vmlinux.lds.h to .gitignore because it would otherwise be ignored.\n\nSigned-off-by: Eduard - Gabriel Munteanu \u003ceduard.munteanu@linux360.ro\u003e\nAcked-by: Mathieu Desnoyers \u003cmathieu.desnoyers@polymtl.ca\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9723c046bd5989aa9064038ce142f498bb1870d6",
      "tree": "648adbc42936ef23dec8f576d6d9c16f4a48eef1",
      "parents": [
        "656a3f797889dafcce2f5b8b222ad66e9974b6f7"
      ],
      "author": {
        "name": "Jike Song",
        "email": "albcamus@gmail.com",
        "time": "Thu May 22 09:23:10 2008 +0800"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Sun May 25 23:02:48 2008 +0200"
      },
      "message": ".gitignore: match ncscope.out\n\nSometimes I got this:\n\n    $ git-status\n    {snip}\n    # On branch master\n    # Untracked files:\n    #   (use \"git add \u003cfile\u003e...\" to include in what will be committed)\n    #\n    #       ncscope.out\n    nothing added to commit but untracked files present (use \"git add\"\nto track)\n\nFix it.\n\nSigned-off-by: Jike Song \u003calbcamus@gmail.com\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "1f5d3a6b6532e25a5cdf1f311956b2b03d343a48",
      "tree": "cdaaf91d9197163821f75c2ac7441be11f3edefa",
      "parents": [
        "591b0179e80f7d59b5e6e57063e92fdbface98fb"
      ],
      "author": {
        "name": "S.Çağlar Onur",
        "email": "caglar@pardus.org.tr",
        "time": "Fri May 02 14:10:08 2008 +0300"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Sun May 11 10:19:54 2008 +0200"
      },
      "message": "Remove *.rej pattern from .gitignore\n\nWith commit 3f1b0e1f287547903f11fa1e6de7d2765597766e \".gitignore update\"\nLinus\u0027s current git tree starts to ignore any \"*.rej\" files.\nSo \"git status\" no longer shows these files, but the ones who works with\nquilt patchsets, this not makes life easier as expected.\nBecause sometimes a work flow (at least for me) requires\n\"quilt push -f\" followed by \"git status\" to see unresolved merge\nconflicts, work on these conflicts to correct them and finalize\nthe patch with \"quilt refresh\".\n\nAnd if there are some \"*.rej\" files exists in tree, for whatever\nreason, this means something goes really wrong there and i think\nthis situation not deserves to be ignored.\n\nSigned-off-by: S.Çağlar Onur \u003ccaglar@pardus.org.tr\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "e4c576b911e364737b1bf4f5bfdab1c440713f26",
      "tree": "bbd8b9da893fb179043f224b0d07c72469181f1e",
      "parents": [
        "ccc751841567816532874afcaeb449dbf6ca7d3a"
      ],
      "author": {
        "name": "Theodore Ts\u0027o",
        "email": "tytso@MIT.EDU",
        "time": "Wed Apr 30 21:55:48 2008 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 30 20:25:22 2008 -0700"
      },
      "message": "Update .gitignore to include include/linux/bounds.h\n\n(which is autogenerated by kbuild)\n\nSigned-off-by: \"Theodore Ts\u0027o\" \u003ctytso@mit.edu\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2cfed60cc24676d65e01278dbf10d0069de02592",
      "tree": "b26ef8f13df03ca82e3947aee2e45c60f61ca8e3",
      "parents": [
        "7e97b28309edc5669ced2bb1371704e8f8d084e3"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "matthew@wil.cx",
        "time": "Fri Apr 25 04:21:11 2008 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 25 12:27:32 2008 -0700"
      },
      "message": "Update .gitignore files\n\nAdd some autogenerated files to various .gitignore files\n\nSigned-off-by: Matthew Wilcox \u003cwilly@linux.intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7088655477b51a5a248fa54190388e1283ba7ebf",
      "tree": "3279fe1c077ccf773951a903d2724d39cd4bf196",
      "parents": [
        "d5a4630a0daad241c761064295958554472ed491"
      ],
      "author": {
        "name": "Chris Dearman",
        "email": "chris@mips.com",
        "time": "Tue Mar 04 14:28:59 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Mar 04 16:35:14 2008 -0800"
      },
      "message": ".gitignore: ignore emacs backup and temporary files.\n\nSigned-off-by: Chris Dearman \u003cchris@mips.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c6025f4c8bbe147b8773f04ce5a7d2ca7f4a6a5c",
      "tree": "f7f7c88e33fa57cd6c7fd8c55063420a45033746",
      "parents": [
        "0484f1299fb504d57f388e5cdaba85ed59f32ca0"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Dec 31 14:26:12 2007 +0100"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Jan 28 23:14:36 2008 +0100"
      },
      "message": "kbuild: ignore *.order files\n\nIntroducing the new modules.order patch created a number\nof additional files. Teach git to ignore them.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nAcked-by: Tejun Heo \u003chtejun@gmail.com\u003e\n"
    },
    {
      "commit": "f322727b92957ccd4b0366dbd42908613222033a",
      "tree": "db9fdf751b0b9c99bdb518e5a3d0e1a13a3bda86",
      "parents": [
        "9a24d04a3c26c223f22493492c5c9085b8773d4a"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Fri Oct 19 20:35:02 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Fri Oct 19 20:35:02 2007 +0200"
      },
      "message": "x86: update .gitignore entries\n\nvdso / vsycall create .so.dbg files now.\nAdd *.so.dbg to the main .ignore file\n\nExclude the compile time created boot directory in arch/x86_64 as well\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n\n"
    },
    {
      "commit": "9e447a7f1fd997bcb9266899e777c37469245365",
      "tree": "a90b76f79568b4b9f3739f0ac8de90c56c71d1cb",
      "parents": [
        "21ebddd3efd3aff961153f1bac4793218dfaea9c"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@openvz.org",
        "time": "Tue Oct 16 11:22:21 2007 +0400"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Wed Oct 17 21:19:04 2007 +0200"
      },
      "message": ".gitignore update for x86 arch\n\nThis patch:\n- makes .gitignore files visible to git\n- makes arch/x86/kernel/vsyscall_32.lds and arch/i386/boot invisible\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "96918a35a09f322d57c1a2d41e5b5ab24ea73991",
      "tree": "3d8c62f712e6f1b3d5eef21ef89c6f4fb111fadf",
      "parents": [
        "2e92a3baee64112fd210a930276bad165b0bd576"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@sw.ru",
        "time": "Tue Jul 31 00:37:25 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 31 15:39:36 2007 -0700"
      },
      "message": ".gitignore update\n\nSomehow I ended up with the following in tree:\n\n\t$ git status\n\t\t...\n\t# Untracked files:\n\t#   (use \"git add \u003cfile\u003e...\" to include in what will be committed)\n\t#\n\t#       fs/proc/root.o.FuMxJQ\n\t#       net/ipv4/tcp_minisocks.o.geCDYR\n\nThese are presumably temporary gcc files, which aren\u0027t interesting.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@sw.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "eaf729c8a8bfc9c7a5ff5659e3b2584bf2ef22e1",
      "tree": "60d6d792238627086c965642bcd8aba1036cd4ef",
      "parents": [
        "ede13d81b4dda409a6d271b34b8e2ec9383e255d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jul 20 14:53:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Jul 20 14:53:52 2007 -0700"
      },
      "message": "Un-ignore \"vmlinux.lds.S\" in .gitignore\n\nWe ignore all the generated files called \"vmlinux*\" from the top-level\ngitignore, but that also ends up catching a few files that we track, and\nthat people do edit.  Notably the \"vmlinux.lds.S\" file, that each\narchitecture has.\n\nYou can always use \"git add -f\" to override the ignore file, but we\nmight as well just make it explicit for this file.\n\nBitten-by-and-tested-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3f1b0e1f287547903f11fa1e6de7d2765597766e",
      "tree": "1fe849e433beb6f77ce3e90476e185738566999a",
      "parents": [
        "8f8a68ee486e1c81eaead3c521822bf86142d380"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@sw.ru",
        "time": "Sun Jul 15 23:41:52 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Jul 16 09:05:52 2007 -0700"
      },
      "message": ".gitignore update\n\nheaders_install by default puts headers into usr/include/ .\nThey\u0027re auto-generated, so should be ignored.\n\nSame for *.orig, *.rej .\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@sw.ru\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "132e2bc3ee7181c178314ced49da9944b76411c2",
      "tree": "e723bda128cc5ffe0431fc15459554652cc12d8b",
      "parents": [
        "e07aa05b606deeb1a8b55cd19098427c72daebce"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@distanz.ch",
        "time": "Fri Dec 22 01:07:32 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.osdl.org",
        "time": "Fri Dec 22 08:55:47 2006 -0800"
      },
      "message": "[PATCH] Add cscope generated files to .gitignore\n\nIgnore files generated by \u0027make cscope\u0027\n\nSigned-off-by: Tobias Klauser \u003ctklauser@distanz.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5fd934a9a1b72c718ad5c388fd2e0fd90486cbf3",
      "tree": "65db8f571394fb17713abeb45ca61ac65536eaa3",
      "parents": [
        "d8b295f29091310d746509bb6d5828aaf4907a18"
      ],
      "author": {
        "name": "Franck Bui-Huu",
        "email": "fbuihuu@gmail.com",
        "time": "Fri Nov 10 12:27:53 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 13 07:40:42 2006 -0800"
      },
      "message": "[PATCH] .gitignore: add miscellaneous files\n\nPrevent git from reporting this useless status:\n\n\tOn branch refs/heads/master\n\tUntracked files:\n\t  (use \"git add\" to add to commit)\n\n\t      TAGS\n\t      scripts/kconfig/lkc_defs.h\n\t      scripts/kconfig/qconf.moc\n\tnothing to commit\n\nSigned-off-by: Franck Bui-Huu \u003cfbuihuu@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ac3b719cc373a7873e0f7173a9abc50f13650637",
      "tree": "15c3ae02c47d81cc237b21c68584e5c6847bfffe",
      "parents": [
        "87dedbda0ed9d005c2d049487e0e522797c18764"
      ],
      "author": {
        "name": "Josh Triplett",
        "email": "josht@us.ibm.com",
        "time": "Sat Sep 16 12:15:44 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 16 12:54:31 2006 -0700"
      },
      "message": "[PATCH] Add symbol type files (*.symtypes) to .gitignore\n\nThe kernel build system supports making symbol type files (*.symtypes) from C\nsource files.  Add these files to .gitignore.\n\nSigned-off-by: Josh Triplett \u003cjosh@freedesktop.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "87dedbda0ed9d005c2d049487e0e522797c18764",
      "tree": "4f2b059d67bb7aad8fc99194b5ac7c528f23ecf2",
      "parents": [
        "0f71a3738c91c3b8da60c63b04557ebd6060a1ea"
      ],
      "author": {
        "name": "Josh Triplett",
        "email": "josht@us.ibm.com",
        "time": "Sat Sep 16 12:15:43 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 16 12:54:31 2006 -0700"
      },
      "message": "[PATCH] Add mixed source and assembly listings (*.lst) to .gitignore\n\nThe kernel build system supports making mixed source and assembly listings\n(*.lst) from C source files.  Add these files to .gitignore.\n\nSigned-off-by: Josh Triplett \u003cjosh@freedesktop.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0f71a3738c91c3b8da60c63b04557ebd6060a1ea",
      "tree": "8cb0c83a987c9b519e63943abb4bb822c8b768f2",
      "parents": [
        "4064d5ef26a04d9e34e4c0f348e30f14ab6828d8"
      ],
      "author": {
        "name": "Josh Triplett",
        "email": "josht@us.ibm.com",
        "time": "Sat Sep 16 12:15:42 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 16 12:54:31 2006 -0700"
      },
      "message": "[PATCH] Add preprocessed files (*.i) to .gitignore\n\nThe kernel build system supports making preprocessed files (*.i) from C source\nfiles.  Add these files to .gitignore.\n\nSigned-off-by: Josh Triplett \u003cjosh@freedesktop.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8ccf28324c14096bef005c90a2bf5e03ffa07cc6",
      "tree": "66758a8080a14165d11c5ad63d2da9b22f581732",
      "parents": [
        "8eb3afe0e95e5d45efbe58996fe90982c740565d"
      ],
      "author": {
        "name": "Qi Yong",
        "email": "qiyong@fc-cn.com",
        "time": "Mon Jul 17 13:37:06 2006 +0800"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.ravnborg.org",
        "time": "Tue Aug 01 11:32:47 2006 +0200"
      },
      "message": "gitignore: gitignore quilt\u0027s files\n\ngitignore: ignore quilt\u0027s files.\n\nSigned-off-by: Qi Yong \u003cqiyong@fc-cn.com\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "c181c64c8fcf99476978510ba1021518c4ffbf03",
      "tree": "0f687a58d0dac714c4fa9a20bc9e878e8a2b9b87",
      "parents": [
        "667918a4cc86dc596ebcf5184e9b9d8726ba8525"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.ravnborg.org",
        "time": "Sun Jul 09 16:07:44 2006 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.ravnborg.org",
        "time": "Tue Aug 01 11:32:46 2006 +0200"
      },
      "message": "kbuild: .gitignore utsrelease.h\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "d92bf25fb088b1f12ad7fb3f9a4f9a3e1bf28959",
      "tree": "5cb90e7d9250efd185cfc36cb14ae4f57965f4f3",
      "parents": [
        "80682fa9f70932950c913fd10411c004c4c2e8b0"
      ],
      "author": {
        "name": "Uwe Zeisberger",
        "email": "Uwe_Zeisberger@digi.com",
        "time": "Wed Mar 22 00:25:52 2006 +0100"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Mar 22 00:25:52 2006 +0100"
      },
      "message": "add \"tags\" to .gitignore\n\nSigned-off-by: Uwe Zeisberger \u003cUwe_Zeisberger@digi.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "1d519605f13dd2c51024060465a16ddd1abfb649",
      "tree": "2d6f30bb756a4becda0caacf763a5a36f785c0b7",
      "parents": [
        "0ac139d60fb6107950e250bbf8bd6c2c73dfafbd"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:07:24 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:07:24 2006 -0300"
      },
      "message": "V4L/DVB (3300b): .gitignore should also ignore StGit generated dirs\n\nStGit genreates patches-* when you run stg export command.\nIt makes no sense to show such directories as changes on git status.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "20ede2741551d4a1d24313292beb0da915a55911",
      "tree": "b59c359badc493ab24fc892e0e7ea0c6157dad3e",
      "parents": [
        "117a93db1dcd6ed61336b27e4e2938f791c1841b"
      ],
      "author": {
        "name": "Brian Gerst",
        "email": "bgerst@didntduck.org",
        "time": "Thu Jan 05 12:10:52 2006 -0500"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.ravnborg.org",
        "time": "Fri Jan 06 20:52:32 2006 +0100"
      },
      "message": "gitignore: ignore shared objects\n\nMany arches make shared objects for VDSOs.  Generally exclude them.\n\nSigned-off-by: Brian Gerst \u003cbgerst@didntduck.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "42f122c8f7e7134c824907358a5df94cfa38946d",
      "tree": "1323e75c25490fc23526382f7e68d0b572a07a98",
      "parents": [
        "752625cff3eba81cbc886988d5b420064c033948"
      ],
      "author": {
        "name": "Brian Gerst",
        "email": "bgerst@didntduck.org",
        "time": "Tue Dec 27 23:19:04 2005 -0500"
      },
      "committer": {
        "name": "",
        "email": "sam@mars.ravnborg.org",
        "time": "Sun Jan 01 22:21:50 2006 +0100"
      },
      "message": "gitignore: asm-offsets.h\n\nIgnore asm-offsets.h for all arches.\n\nSigned-off-by: Brian Gerst \u003cbgerst@didntduck.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "1e65174a3378494608e8ed7f8c74d658be9a0fb2",
      "tree": "88a87eebc085d04ba59580402a54e5867ae15afb",
      "parents": [
        "39ca371c45b04cd50d0974030ae051906fc516b6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 18 08:26:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 18 08:26:15 2005 -0700"
      },
      "message": "Add some basic .gitignore files\n\nThis still leaves driver and architecture-specific subdirectories alone,\nbut gets rid of the bulk of the \"generic\" generated files that we should\nignore.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ]
}
