)]}'
{
  "log": [
    {
      "commit": "8d3b33f67fdc0fb364a1ef6d8fbbea7c2e4e6c98",
      "tree": "7fc48e7544ea6a6c6a7cc7685612a38f5edc25ae",
      "parents": [
        "c721bccece2b3abca4f7b0b95108e68b78445cec"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Sat Mar 25 03:07:05 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 25 08:22:52 2006 -0800"
      },
      "message": "[PATCH] Remove MODULE_PARM\n\nMODULE_PARM was actually breaking: recent gcc version optimize them out as\nunused.  It\u0027s time to replace the last users, which are generally in the\nmost unloved drivers anyway.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9f672004ab1a8094bec1785b39ac683ab9eebebc",
      "tree": "75fc630226b2401ed7d2b5d15c2b149f2645cfd6",
      "parents": [
        "5ecfbae093f0c37311e89b29bfc0c9d586eace87"
      ],
      "author": {
        "name": "Christian Trefzer",
        "email": "ctrefzer@gmx.de",
        "time": "Wed Feb 15 15:17:34 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Feb 15 15:32:21 2006 -0800"
      },
      "message": "[PATCH] neofb: avoid resetting display config on unblank (v2)\n\nThere were two mistakes in the register-read-on-(un)blank approach.\n\n- First, without proper register (un)locking the value read back will always\n  be zero, and this is what I missed entirely until just now.  Due to this,\n  the logic could not be verified at all and I tried some bogus checks which\n  are completely stupid.\n\n- Second, the LCD status bit will always be set to zero when the backlight\n  has been turned off.  Reading the value back during unblank will disable the\n  LCD unconditionally, regardless of the state it is supposed to be in, since\n  we set it to zero beforehand.\n\nSo this is what we do now:\n\n- create a new variable in struct neofb_par, and use that to determine\n  whether to read back registers (initialized to true)\n\n- before actually blanking the screen, read back the register to sense any\n  possible change made through Fn key combo\n\n- use proper neoUnlock() / neoLock() to actually read something\n\n- every call to neofb_blank() determines if we read back next time: blanking\n  disables readback, unblanking (FB_BLANK_UNBLANK) enables it\n\nThis should give us a nice and clean state machine.  Has been thoroughly\ntested on a Dell Latitude CPiA / NM220 Chip docked to a C/Dock2 with attached\nCRT in all possible combinations of LCD/CRT on/off.  I changed the config via\nFn key, let the console blank, unblanked by keypress - works flawlessly.\n\nSigned-off-by: Christian Trefzer \u003cctrefzer@gmx.de\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3f08ff4a4dab1ebef06d154050fb80ce2c13fc9c",
      "tree": "e7c685c150638fc47f6665b30ffc819ea8cfbe51",
      "parents": [
        "d911233fe6632981086942a6b66e7ae5dabaaadc"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Jan 09 20:53:35 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 08:01:50 2006 -0800"
      },
      "message": "[PATCH] include/video/newport.h: \"extern inline\" -\u003e \"static inline\"\n\n\"extern inline\" doesn\u0027t make much sense.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7227576f4b9dcffe32f8e6b228361b38814bbe7f",
      "tree": "57b0db8a19a4005cb4d550127fa9daf557d61191",
      "parents": [
        "cb639258f92b2407c50f79a95364f42932481389"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Jan 09 20:53:14 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 08:01:46 2006 -0800"
      },
      "message": "[PATCH] fbdev: sstfb: Driver cleanups\n\n- remove unneeded casts\n- make setcolreg return success if regno \u003e 15, but don\u0027t do anything\n- use framebuffer_alloc/framebuffer_release to allocate/free memory\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a807f618b62594467a52b488912bd77606af0572",
      "tree": "c91985182777dadd852ef6d08346b0b1fc42250a",
      "parents": [
        "6772a2ee9d5992a712b46990f39249c500e0221f"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Jan 09 20:53:11 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 08:01:46 2006 -0800"
      },
      "message": "[PATCH] fbdev: tdfxfb: Driver cleanups\n\n- remove unneeded casts\n- move memory for pseudo_palette inside struct tdfxfb_par\n- whitespace changes\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9f19bc56c3ce7d9a1c7159c2456d9b50883930e6",
      "tree": "21217a3e16d0faec9feb9636d8771c7e7e961cc0",
      "parents": [
        "a26968df0110bc2117e5572a07e285b183e68736"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Jan 09 20:53:09 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 08:01:45 2006 -0800"
      },
      "message": "[PATCH] fbdev: neofb: Driver cleanups\n\n- remove unneeded casts\n- move memory for pseudo_palette inside struct neofb_par\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a26968df0110bc2117e5572a07e285b183e68736",
      "tree": "09aa54089508c0785ec6996709b5642c3b75f91c",
      "parents": [
        "94f9e09ce531d48b2e46208f9b1c8733a74c22de"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Mon Jan 09 20:53:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 08:01:45 2006 -0800"
      },
      "message": "[PATCH] fbdev: kyrofb: Driver cleanups\n\n- remove unneeded casts\n\n- use framebuffer_alloc/framebuffer_release to allocate/free memory\n\n- the pseudo_palette is always u32 regardless of bpp if using generic\n  drawing functions\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "44637a12f80b80157d9c1bc5b7d6ef09c9e05713",
      "tree": "17384805725f7b429685ba4cad0d9488d93f9f25",
      "parents": [
        "8b78e83bfbc12f7e9bdefd400abdfde9e6c9ac51"
      ],
      "author": {
        "name": "Knut Petersen",
        "email": "Knut_Petersen@t-online.de",
        "time": "Mon Jan 09 15:04:20 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jan 09 10:00:36 2006 -0800"
      },
      "message": "[PATCH] Update cyblafb driver\n\nThis is a major update to the cyblafb framebuffer driver. Most\nof the stuff has been tested in the mm tree.\n\nMain advantages:\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n  - vxres \u003e xres support\n  - ywrap and xpan support\n  - much faster for almost all modes (e.g. 1280x1024-16bpp\n     draws more than 41 full screens of text instead of about 25\n     full screens of text per second on authors Epia 5000)\n  - module init/exit code fixed\n  - bugs triggered by console rotation fixed\n  - lots of minor improvements\n  - startup modes suitable for high performance scrolling\n     in all directions\n\nThis diff  also contains a lot of white space fixes.\n\nNo side effects are possible, only one single graphics core is affected.\n\nSigned-off-by: Knut Petersen \u003cKnut_Petersen@t-online.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "82006d084109bb4118f1de0dc5855abe5ccae430",
      "tree": "78118bcee8d509aa9a5a833ce3a2e607be3ada88",
      "parents": [
        "6f673d83ca3b7a6aeaacfd45d6ce466c33df8039"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@nuerscht.ch",
        "time": "Tue Sep 13 01:25:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 08:22:33 2005 -0700"
      },
      "message": "[PATCH] drivers/video: Replace custom macro with isdigit()\n\nReplace the custom CHAR_IS_NUM() macro with isdigit() from \u003clinux/ctype.h\u003e\n\nSigned-off-by: Tobias Klauser \u003ctklauser@nuerscht.ch\u003e\nAcked-by: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "513b6e1afaf81b42cacbb24ef1aa7eea5e9661c2",
      "tree": "d30c0a6ae0af38948e981f5d83a740f12f14a196",
      "parents": [
        "9fc7896b62b48714fafecf9266d9dc14c1cd6e33"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Sep 13 01:25:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 08:22:31 2005 -0700"
      },
      "message": "[PATCH] SharpSL: Abstract c7x0 specifics from Corgi Touchscreen driver\n\nSeparate out the Sharp Zaurus c7x0 series specific code from the Corgi\nTouchscreen driver.  Use the new functions in corgi_lcd.c via sharpsl.h for\nhsync handling and pass the IRQ as a platform device resource.  Move a\nfunction prototype into the w100fb header file where it belongs.\n\nThis enables the driver to be used by the Zaurus cxx00 series.\n\nSigned-Off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9fa68eae9f8291a98bfe00b94b78f72eb253165a",
      "tree": "f3619e7302871a5d56264f6df4076c30857483ce",
      "parents": [
        "6062bfa1644f401c08e78d5c8a161f7d11c5c830"
      ],
      "author": {
        "name": "Knut Petersen",
        "email": "Knut_Petersen@t-online.de",
        "time": "Fri Sep 09 13:04:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:02 2005 -0700"
      },
      "message": "[PATCH] framebuffer: new driver for cyberblade/i1 graphics core\n\nThis is a framebuffer driver for the Cyberblade/i1 graphics core.\n\nCurrently tridenfb claims to support the cyberblade/i1 graphics core.  This\nis of very limited truth.  Even vesafb is faster and provides more working\nmodes and a much better quality of the video signal.  There is a great\nnumber of bugs in tridentfb ...  but most often it is impossible to decide\nif these bugs are real bugs or if fixing them for the cyberblade/i1 core\nwould break support for one of the other supported chips.\n\nTridentfb seems to be unmaintained,and documentation for most of the\nsupported chips is not available.  So \"fixing\" cyberblade/i1 support inside\nof tridentfb was not an option, it would have caused numerous\nif(CYBERBLADEi1) else ...  cases and would have rendered the code to be\nalmost unmaintainable.\n\nA first version of this driver was published on 2005-07-31.  A fix for a\nbug reported by Jochen Hein was integrated as well as some changes\nrequested by Antonino A.  Daplas.\n\nA message has been added to tridentfb to inform current users of tridentfb\nto switch to cyblafb if the cyberblade/i1 graphics core is detected.\n\nThis patch is one logical change, but because of the included documentation\nit is bigger than 70kb.  Therefore it is not sent to lkml and\nlinux-fbdev-devel,\n\nSigned-off-by: Knut Petersen \u003cKnut_Petersen@t-online.de\u003e\nCc: Muli Ben-Yehuda \u003cmulix@mulix.org\u003e\nAcked-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "544393fe584d333480659a4bed30f5295355df11",
      "tree": "873b30c67cdbb5cb93e6fd816692db312ed6ddd6",
      "parents": [
        "5c06e2aa6339112befdc87b350b8bf712890d7a7"
      ],
      "author": {
        "name": "Thomas Winischhofer",
        "email": "thomas@winischhofer.net",
        "time": "Fri Sep 09 13:04:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:58:01 2005 -0700"
      },
      "message": "[PATCH] sisfb update\n\nThis lifts sisfb from version 1.7.17 to version 1.8.9. Changes include:\n\n- Added support for XGI V3XT, V5, V8, Z7 chipsets, including POSTing of\n  all of these chipsets.\n\n- Added support for latest SiS chipsets (761).\n\n- Added support for SiS76x memory \"hybrid\" mode.\n\n- Added support for new LCD resolutions (eg 1280x854, 856x480).\n\n- Fixed support for 320x240 STN panels (for embedded devices).\n\n- Fixed many HDTV modes (525p, 750p, 1080i).\n\n- Fixed PCI config register reading/writing to use proper kernel\n  functions for this purpose.\n\n- Fixed PCI ROM handling to use the kernel\u0027s proper functions.\n\n- Removed lots of \"typedef\"s.\n\n- Removed lots of code which was for X.org/XFree86 only.\n\n- Fixed coding style in many places.\n\n- Removed lots of 2.4 cruft.\n\n- Reduced stack size by unifying two previously separate structs into\n  one.\n\n- Added new hooks for memory allocation (for DRM).  Now the driver can\n  truly handle multiple cards, including memory management.\n\n- Fixed numerous minor bugs.\n\nSigned-off-by: Thomas Winischhofer \u003cthomas@winischhofer.net\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "aac51f09d96a0acfb73c1d1c0796358bb47ea07b",
      "tree": "46fcabaac554971b8efb7f069a0a1a1cc29ed239",
      "parents": [
        "8cc3c7af42aa826d413e3134628d85f3920457d8"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Sep 06 15:19:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:53 2005 -0700"
      },
      "message": "[PATCH] w100fb: Rewrite for platform independence\n\nThe code w100fb was based on was horribly Sharp SL-C7x0 specific and there\nwas little else that could be done as I had no access to anything else with\na w100 in it.  There is no real documentation about this chipset available.\n\nIan Molton has access to other platforms with the w100 (Toshiba e-series)\nand so between us, we\u0027ve improved w100fb and made it platform independent.\nIan Molton also added support for the very similar w3220 and w3200\nchipsets.\n\nThere are a lot of changes here and it nearly amounts to a rewrite of the\ndriver but it has been extensively tested and is being used in preference\nto the original driver in the Zaurus community.  I\u0027d therefore like to\nupdate the mainline code to reflect this.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nAcked-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7901c7998267d9d8c3f1b226a8c8cfd7f8e48a01",
      "tree": "4c1305130a69859354b3be336d5119d8c660b44d",
      "parents": [
        "af690a948cc545d1eca19acab23016b96e178dcf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Sep 03 15:56:11 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:03 2005 -0700"
      },
      "message": "[PATCH] DEC PMAGB B framebuffer update\n\nRevive HX frame buffer support for 2.6.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "af690a948cc545d1eca19acab23016b96e178dcf",
      "tree": "74d3a6d343b877254add9081082ef7cbbe405d7d",
      "parents": [
        "61838ffeee8296de8bfee751e9ad67bf6c61d0b4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Sep 03 15:56:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:03 2005 -0700"
      },
      "message": "[PATCH] DEC PMAG BA frame buffer update\n\nRewrite PMAG BA frame buffer driver for 2.6.\n\nAcked-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "333f981720d619e2038b980a55ad01b10580eb9f",
      "tree": "419e52ba014d85275dd39614649e09a4c9c7245f",
      "parents": [
        "0fbe9cafff72799700713e6a9d5a4ec7191e8d19"
      ],
      "author": {
        "name": "Richard Drummond",
        "email": "evilrich@rcdrummond.net",
        "time": "Sun May 01 08:59:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:25 2005 -0700"
      },
      "message": "[PATCH] Clean-up and bug fix for tdfxfb framebuffer size detection\n\nAttached is a patch against 2.6.11.7 which tidies up the tdfxfb framebuffer\nsize detection code a little and fixes the broken support for Voodoo4/5\ncards.  (I haven\u0027t tested this on a Voodoo5, however, because I don\u0027t have\nthe hardware).\n\nSigned-off-by: Richard Drummond \u003cevilrich@rcdrummond.net\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5f76be80d96f60adfc91f2acf22b146ce0e3072f",
      "tree": "e2cabbac9558c1a1ef01efd9d4e0f8def777b179",
      "parents": [
        "917bb0771aa077f62a3de75028a45f243d3954a8"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:23 2005 -0700"
      },
      "message": "[PATCH] fbdev: edid.h cleanups\n\nThis patch removes some completely unused code.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\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"
    }
  ]
}
