<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>8528d27df64cc84163c98bd76cd4921165392ee7</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@monkeypox.org</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/4c027845972ab546f06c81c4a1fefea64b971f28</url>
    <id>4c027845972ab546f06c81c4a1fefea64b971f28</id>
    <committed-date>2009-01-08T01:21:14-08:00</committed-date>
    <authored-date>2009-01-08T01:21:14-08:00</authored-date>
    <message>Add the basic churn graph

The left column is the &quot;average net lines changed per commit&quot; whereas the line on the right is the &quot;average files changed per commit&quot;

Bar might not be the right choice

Signed-off-by: R. Tyler Ballance &lt;tyler@monkeypox.org&gt;</message>
    <tree>679111fc0339b487f3f9114ca0483d3154481335</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@monkeypox.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07f86214a98e520fd78681c7f9999d5a7c142e21</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@monkeypox.org</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/8528d27df64cc84163c98bd76cd4921165392ee7</url>
    <id>8528d27df64cc84163c98bd76cd4921165392ee7</id>
    <committed-date>2009-01-08T00:42:42-08:00</committed-date>
    <authored-date>2009-01-08T00:42:42-08:00</authored-date>
    <message>Support the statistics gathering for the churn graph

I'm still somewhat uncertain about how I want to create the graphs, I may need to add historgram support to CairoPlot to do precisely what I want:

			|
			|  |+++|
			|  |+++|
			|  |///|        ___
			|  |///|       |+++| &lt;-- avg added per commit
			|  |///|       |+++|
			|__|///|_______|///|_&lt;-- avg removed per commit
			  [tyler]     [other]

Uncertainly, BAH.

Signed-off-by: R. Tyler Ballance &lt;tyler@monkeypox.org&gt;</message>
    <tree>22317fdff5eda3e87613f56a6f55f2c7160cde40</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@monkeypox.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de4333223190e3f5fdfdb3ce9594e639e4322a2f</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/07f86214a98e520fd78681c7f9999d5a7c142e21</url>
    <id>07f86214a98e520fd78681c7f9999d5a7c142e21</id>
    <committed-date>2009-01-07T23:54:22-08:00</committed-date>
    <authored-date>2009-01-07T23:54:22-08:00</authored-date>
    <message>Properly parse the --numstat output coming off of git-log(1) for the following charts:
	&gt; Commits/Churn ratio per-developer (not developed yet)
	&gt; Active modules, i.e. sub-directories (not developed yet)
	&gt; New files per-developer (not developed yet)

Basically, each dictionary entry per-commit will also have files changed info, i.e.:
	'numstat': [{'removed': '1', 'added': '3', 'newfile': False, 'filename': 'internal/__init__.py'},
				{'removed': '1', 'added': '1', 'newfile': False, 'filename': 'internal/log.py'}]

Signed-off-by: R. Tyler Ballance &lt;tyler@monkeypox.org&gt;</message>
    <tree>98c6a0ace012f16ad8bb045455622809e1a39e17</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1436f03e98d31ae7638f4202d8f1154c4da3604e</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/de4333223190e3f5fdfdb3ce9594e639e4322a2f</url>
    <id>de4333223190e3f5fdfdb3ce9594e639e4322a2f</id>
    <committed-date>2009-01-07T19:53:10-08:00</committed-date>
    <authored-date>2009-01-07T19:53:10-08:00</authored-date>
    <message>Support passing --option arguments into execute(); pass --numstat for churn stats to git-log(1)

Signed-off-by: R. Tyler Ballance &lt;tyler@starfruit.(none)&gt;</message>
    <tree>c3970ee4902e83cbde0ff468bbb439fdb79e2564</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60cbb94f8cb712c30ec87b08729583f911c36e1a</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/1436f03e98d31ae7638f4202d8f1154c4da3604e</url>
    <id>1436f03e98d31ae7638f4202d8f1154c4da3604e</id>
    <committed-date>2009-01-06T23:16:48-08:00</committed-date>
    <authored-date>2009-01-06T23:16:48-08:00</authored-date>
    <message>Dummy commit to test twitter integration with GitHub

Signed-off-by: R. Tyler Ballance &lt;tyler@slide.com&gt;</message>
    <tree>74a378fd528961b3bcc1e2ef92814b4c0ed28c37</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>abe95d2854548d3a17576dd978ca1e0b2236c7e8</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/60cbb94f8cb712c30ec87b08729583f911c36e1a</url>
    <id>60cbb94f8cb712c30ec87b08729583f911c36e1a</id>
    <committed-date>2009-01-05T08:11:25-08:00</committed-date>
    <authored-date>2009-01-05T08:11:25-08:00</authored-date>
    <message>Add some examples; graphs for Linux and Perl5 Git repositories</message>
    <tree>9cb74e3ecc35edd80ec9312028baa488ea445b42</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9d451b524507e11acf35fc55a6319e77c8775766</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/abe95d2854548d3a17576dd978ca1e0b2236c7e8</url>
    <id>abe95d2854548d3a17576dd978ca1e0b2236c7e8</id>
    <committed-date>2009-01-02T14:13:35-08:00</committed-date>
    <authored-date>2009-01-02T14:13:35-08:00</authored-date>
    <message>Add some basic docs</message>
    <tree>45dc400c81f3a7ca426ec8f1c7692bc22f63924c</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a3666ad4d3c20ec589182b189fb1d91b6e06e580</id>
      </parent>
      <parent>
        <id>1e64c76c679394ecf07f06f06977f85e2534b4a1</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/9d451b524507e11acf35fc55a6319e77c8775766</url>
    <id>9d451b524507e11acf35fc55a6319e77c8775766</id>
    <committed-date>2009-01-02T13:05:27-08:00</committed-date>
    <authored-date>2009-01-02T13:05:27-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rtyler/gitplot</message>
    <tree>bf7d79245eab8f9e2162d49e96827d302d653a68</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d8b31aaf719bc7f8a9421c84f10e6b6e8d720843</id>
      </parent>
      <parent>
        <id>ab0e449cad80276e2fb404895949fe2c7a1baf46</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/a3666ad4d3c20ec589182b189fb1d91b6e06e580</url>
    <id>a3666ad4d3c20ec589182b189fb1d91b6e06e580</id>
    <committed-date>2009-01-02T13:04:26-08:00</committed-date>
    <authored-date>2009-01-02T13:04:26-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rtyler/gitplot</message>
    <tree>6d7e7c2948da3d127d4d362674ea5009d95869d2</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>828a8b9506d05543195a474397bddd4063dc28ed</id>
      </parent>
      <parent>
        <id>91cee35d57f2dfb530b36690e86c2b7d5f579f17</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/d8b31aaf719bc7f8a9421c84f10e6b6e8d720843</url>
    <id>d8b31aaf719bc7f8a9421c84f10e6b6e8d720843</id>
    <committed-date>2009-01-02T12:59:35-08:00</committed-date>
    <authored-date>2009-01-02T12:59:35-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rtyler/gitplot

Conflicts:
	gitplot</message>
    <tree>91846cc6357f815069d84457f9b5f24805de6782</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab0e449cad80276e2fb404895949fe2c7a1baf46</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/1e64c76c679394ecf07f06f06977f85e2534b4a1</url>
    <id>1e64c76c679394ecf07f06f06977f85e2534b4a1</id>
    <committed-date>2009-01-02T12:55:13-08:00</committed-date>
    <authored-date>2009-01-02T12:55:13-08:00</authored-date>
    <message>Allow for prefixing generated images</message>
    <tree>bf7d79245eab8f9e2162d49e96827d302d653a68</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>91cee35d57f2dfb530b36690e86c2b7d5f579f17</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/ab0e449cad80276e2fb404895949fe2c7a1baf46</url>
    <id>ab0e449cad80276e2fb404895949fe2c7a1baf46</id>
    <committed-date>2009-01-02T01:58:53-08:00</committed-date>
    <authored-date>2009-01-02T01:58:53-08:00</authored-date>
    <message>Support passing an author parameter</message>
    <tree>6d7e7c2948da3d127d4d362674ea5009d95869d2</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>02dc1fbf47290a544753784ff4d625ac4f4e74dc</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/91cee35d57f2dfb530b36690e86c2b7d5f579f17</url>
    <id>91cee35d57f2dfb530b36690e86c2b7d5f579f17</id>
    <committed-date>2009-01-02T01:48:45-08:00</committed-date>
    <authored-date>2009-01-02T01:48:45-08:00</authored-date>
    <message>No more pngs either</message>
    <tree>91846cc6357f815069d84457f9b5f24805de6782</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a6b439e36011eea4a9dd4789d48f76ae28ddc0fb</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/02dc1fbf47290a544753784ff4d625ac4f4e74dc</url>
    <id>02dc1fbf47290a544753784ff4d625ac4f4e74dc</id>
    <committed-date>2009-01-02T01:41:36-08:00</committed-date>
    <authored-date>2009-01-02T01:41:36-08:00</authored-date>
    <message>Turn off three dimension graphs</message>
    <tree>02032e0f4ebc1eedfcaa3cf20934bcfac94d6412</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1bf729f0fcfa661842748227482987bf342fb261</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/a6b439e36011eea4a9dd4789d48f76ae28ddc0fb</url>
    <id>a6b439e36011eea4a9dd4789d48f76ae28ddc0fb</id>
    <committed-date>2009-01-02T01:26:31-08:00</committed-date>
    <authored-date>2009-01-02T01:26:31-08:00</authored-date>
    <message>Support specifying height and width of image</message>
    <tree>c2323de8971b4e8f0fbd080c9c664f49c2abacb1</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9c88cf4a1c4055d07b28f75a673bd2e35240e6fb</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/1bf729f0fcfa661842748227482987bf342fb261</url>
    <id>1bf729f0fcfa661842748227482987bf342fb261</id>
    <committed-date>2009-01-02T01:13:03-08:00</committed-date>
    <authored-date>2009-01-02T01:13:03-08:00</authored-date>
    <message>Add support for running multiple charts at once</message>
    <tree>0a9aa9c90216c30fde626d0954a2ba3f7c7c0ed9</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35f98dd6c58a1772284f03bba3b696c3f24a91ba</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/9c88cf4a1c4055d07b28f75a673bd2e35240e6fb</url>
    <id>9c88cf4a1c4055d07b28f75a673bd2e35240e6fb</id>
    <committed-date>2009-01-02T00:51:15-08:00</committed-date>
    <authored-date>2009-01-02T00:51:15-08:00</authored-date>
    <message>Switch to localtime(), timeofday is subcommand is mostly complete methinks</message>
    <tree>d7cbf34bfcbb83347fa332dbbf34e8ac038155c6</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cb21c976271dc06c7d5c30c9fea5d506fd14df3f</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/35f98dd6c58a1772284f03bba3b696c3f24a91ba</url>
    <id>35f98dd6c58a1772284f03bba3b696c3f24a91ba</id>
    <committed-date>2009-01-02T00:42:17-08:00</committed-date>
    <authored-date>2009-01-02T00:42:17-08:00</authored-date>
    <message>Add the timeofday subcommand, plotting the hours of the day commits tend to occur</message>
    <tree>efa9bef67d8bb2e6a7d8830fd32bd002a1c47161</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de504b33de36e983252e3ab429374cf278a323ec</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/cb21c976271dc06c7d5c30c9fea5d506fd14df3f</url>
    <id>cb21c976271dc06c7d5c30c9fea5d506fd14df3f</id>
    <committed-date>2009-01-01T22:54:23-08:00</committed-date>
    <authored-date>2009-01-01T22:54:23-08:00</authored-date>
    <message>Properly deal with the --before and --after arguments passing into `git log`</message>
    <tree>d2b2efc0cadef3f214920a2efa626dad69aaac37</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bde34457e7adb4b88c74516757fd42003efa3789</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/de504b33de36e983252e3ab429374cf278a323ec</url>
    <id>de504b33de36e983252e3ab429374cf278a323ec</id>
    <committed-date>2009-01-01T22:26:27-08:00</committed-date>
    <authored-date>2009-01-01T22:26:27-08:00</authored-date>
    <message>Rename to make it look more git-ish</message>
    <tree>4044363425fe805b0fc603c747becccb0b3d4401</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@starfruit.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bde34457e7adb4b88c74516757fd42003efa3789</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/828a8b9506d05543195a474397bddd4063dc28ed</url>
    <id>828a8b9506d05543195a474397bddd4063dc28ed</id>
    <committed-date>2009-01-01T18:53:50-08:00</committed-date>
    <authored-date>2009-01-01T18:53:50-08:00</authored-date>
    <message>meh</message>
    <tree>a1009af843f2d7cd570138f2296688a8621fb4c5</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5df83a6250dd55ccd909f8fb4d99b213a4d80221</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/bde34457e7adb4b88c74516757fd42003efa3789</url>
    <id>bde34457e7adb4b88c74516757fd42003efa3789</id>
    <committed-date>2009-01-01T18:35:34-08:00</committed-date>
    <authored-date>2009-01-01T18:35:34-08:00</authored-date>
    <message>shadow kwarg deprecated in CairoPlot in trunk</message>
    <tree>a6c1d56dbb15ca759a7b9c7c7ce2b07d51f079f1</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96af0b7491bbeede719c6a730d9057304f9a212f</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/5df83a6250dd55ccd909f8fb4d99b213a4d80221</url>
    <id>5df83a6250dd55ccd909f8fb4d99b213a4d80221</id>
    <committed-date>2009-01-01T18:32:35-08:00</committed-date>
    <authored-date>2009-01-01T18:32:35-08:00</authored-date>
    <message>Grab CairoPlot from trunk at 2009.01.01 18:22</message>
    <tree>4cecdb6b43ba029529b64420612770b55aa23be3</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>28a4bf237ccdf0c9dbd0369704b8a14a758fc461</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/96af0b7491bbeede719c6a730d9057304f9a212f</url>
    <id>96af0b7491bbeede719c6a730d9057304f9a212f</id>
    <committed-date>2009-01-01T18:21:58-08:00</committed-date>
    <authored-date>2009-01-01T18:21:58-08:00</authored-date>
    <message>Support different types of charts for top_committers()

Add support for generating graphs based on handle, i.e.: &quot;tyler@monkeypox.org&quot; -&gt; &quot;tyler&quot; instead of full name</message>
    <tree>afb61e5f9849f48edfa55ab6589cceddc1dd7824</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>72c52d362ec1a206be5212f3db53ad214a372890</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/28a4bf237ccdf0c9dbd0369704b8a14a758fc461</url>
    <id>28a4bf237ccdf0c9dbd0369704b8a14a758fc461</id>
    <committed-date>2009-01-01T17:45:12-08:00</committed-date>
    <authored-date>2009-01-01T17:45:12-08:00</authored-date>
    <message>Handle crud characters like those found in the Git repo's: d404bf0288ac1a2c4276d009c0e1c88519e5a7c9

And we're plotting committers!</message>
    <tree>2eedcba302bb807b2f9531eb974845e7455257dc</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b84d4c6fa38a47374f0905fc21a62019ce6b2c54</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/72c52d362ec1a206be5212f3db53ad214a372890</url>
    <id>72c52d362ec1a206be5212f3db53ad214a372890</id>
    <committed-date>2009-01-01T17:25:44-08:00</committed-date>
    <authored-date>2009-01-01T17:25:34-08:00</authored-date>
    <message>Actually generate the graph</message>
    <tree>9fa56e41fc7d3ff4729eaa9d95475f45216060e9</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f4c1f56fb7dec9a1bc7f52cec545366a78169fe5</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/b84d4c6fa38a47374f0905fc21a62019ce6b2c54</url>
    <id>b84d4c6fa38a47374f0905fc21a62019ce6b2c54</id>
    <committed-date>2009-01-01T17:22:13-08:00</committed-date>
    <authored-date>2009-01-01T17:22:13-08:00</authored-date>
    <message>Aggregate the top X committers</message>
    <tree>bdd5fc92a690cc2a5201fb9ac9e02eeb736aa5d8</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0434f1b8b071299f0462dd918777d59cafff148a</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/f4c1f56fb7dec9a1bc7f52cec545366a78169fe5</url>
    <id>f4c1f56fb7dec9a1bc7f52cec545366a78169fe5</id>
    <committed-date>2009-01-01T17:15:43-08:00</committed-date>
    <authored-date>2009-01-01T17:15:43-08:00</authored-date>
    <message>Moving more towards setting up JSON data structures for the `git log` output

Still hitting the double-quote level issue that fails cjson.decode:

	{&quot;committer_name&quot; : &quot;Linus Torvalds&quot;, &quot;committer_email&quot; : &quot;torvalds@ppc970.osdl.org&quot;, &quot;hash&quot; : &quot;e83c5163316f89bfbde7d9ab23ca2e25604af290&quot;,      &quot;abbrev_hash&quot; : &quot;e83c516&quot;, &quot;committer_date&quot; : &quot;1112911993&quot;, &quot;encoding&quot; : &quot;&quot;, &quot;subject&quot; : &quot;Initial revision of &quot;git&quot;, the information manager from hell&quot;, &quot;body&quot; : &quot;&quot;, &quot;tree_hash&quot; : &quot;2b5bfdf7798569e0b59b16eb9602d5fa572d6038&quot;, &quot;author_name&quot; : &quot;Linus Torvalds&quot;, &quot;author_email&quot; : &quot;torvalds@ppc970.osdl.org&quot;, &quot;author_date&quot; : &quot;1112911993&quot;}
	Traceback (most recent call last):
	  File &quot;./gitplot&quot;, line 24, in &lt;module&gt;
		main()
	  File &quot;./gitplot&quot;, line 19, in main
		glog.load()
	  File &quot;/home/tyler/source/github/gitplot/internal/log.py&quot;, line 44, in load
		self.results.sort(key=lambda d: d['committer_date'])
	  File &quot;/home/tyler/source/github/gitplot/internal/log.py&quot;, line 44, in &lt;lambda&gt;
		self.results.sort(key=lambda d: d['committer_date'])
	TypeError: 'NoneType' object is unsubscriptable</message>
    <tree>f13ad9efd167846b6ddfa2035970f7d318aea672</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8ce8701caf0502e0e102fb3e9b682672011f13f1</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/0434f1b8b071299f0462dd918777d59cafff148a</url>
    <id>0434f1b8b071299f0462dd918777d59cafff148a</id>
    <committed-date>2009-01-01T16:51:56-08:00</committed-date>
    <authored-date>2009-01-01T16:51:56-08:00</authored-date>
    <message>Object-orientation!

(add gitognore)</message>
    <tree>e39f2354b541f4620ca1fe3f546e849eca0c8374</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e9d9d4d94d2af399387dfad9edff8aace9a676d1</id>
      </parent>
    </parents>
    <author>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </author>
    <url>http://github.com/rtyler/gitplot/commit/8ce8701caf0502e0e102fb3e9b682672011f13f1</url>
    <id>8ce8701caf0502e0e102fb3e9b682672011f13f1</id>
    <committed-date>2009-01-01T16:09:31-08:00</committed-date>
    <authored-date>2009-01-01T16:09:31-08:00</authored-date>
    <message>Add log.py, probably going to take the graphing stuff right back out</message>
    <tree>e804e593961a7056114574bae1891b2a2436bbe9</tree>
    <committer>
      <name>R. Tyler Ballance</name>
      <email>tyler@slide.com</email>
    </committer>
  </commit>
</commits>
