<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>f29a9a3715153621c32c2cec6e560a4f19e07d14</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/4de276f7ccbb0dec3e7dc68d8da8b4da1e5318f1</url>
    <id>4de276f7ccbb0dec3e7dc68d8da8b4da1e5318f1</id>
    <committed-date>2008-04-24T13:06:34-07:00</committed-date>
    <authored-date>2008-04-24T13:04:40-07:00</authored-date>
    <message>A touch of logging when loading stuff.</message>
    <tree>bd8096e99aa9014379a55b6269c512ead31e124f</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa337e299d4a14e3747805378bd65db5fdee9cc3</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/f29a9a3715153621c32c2cec6e560a4f19e07d14</url>
    <id>f29a9a3715153621c32c2cec6e560a4f19e07d14</id>
    <committed-date>2008-04-24T13:06:34-07:00</committed-date>
    <authored-date>2008-04-24T13:04:31-07:00</authored-date>
    <message>Instead of writing methods for to_s and to_str, just alias them in.</message>
    <tree>75f222402643a28ecc73d42c3b78f35ffdca048a</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1e2aeb176bb5f729b0bbd994ee4945bede1593f</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/aa337e299d4a14e3747805378bd65db5fdee9cc3</url>
    <id>aa337e299d4a14e3747805378bd65db5fdee9cc3</id>
    <committed-date>2008-04-24T13:06:34-07:00</committed-date>
    <authored-date>2008-04-24T13:03:39-07:00</authored-date>
    <message>Include the keys both as strings and symbols.</message>
    <tree>2935e4b50af9794c59818cec1ac9e5a17c2e9da5</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>00b551bc074e886e7c0e3bf89c53d91a4cc4a204</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/e1e2aeb176bb5f729b0bbd994ee4945bede1593f</url>
    <id>e1e2aeb176bb5f729b0bbd994ee4945bede1593f</id>
    <committed-date>2008-04-24T13:06:34-07:00</committed-date>
    <authored-date>2008-04-24T13:02:24-07:00</authored-date>
    <message>A bit of cleanup in language cache invalidations.

This still isn't right, but it won't matter until we start adding a
lot of languages on the fly.</message>
    <tree>f6ff1b9c9d261d1301f16313a4c82bf6fbc1e9b5</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a9908e74b60aad6dd95492527605445afc0eb8f</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/00b551bc074e886e7c0e3bf89c53d91a4cc4a204</url>
    <id>00b551bc074e886e7c0e3bf89c53d91a4cc4a204</id>
    <committed-date>2008-04-23T21:32:36-07:00</committed-date>
    <authored-date>2008-04-23T21:26:16-07:00</authored-date>
    <message>Reset the language memo on translation invalidation.</message>
    <tree>9247527b3bc61b2c565501e679bece4b94536cfa</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2c3a263e2b17538cc792f78d542693f825e8d5a0</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/5a9908e74b60aad6dd95492527605445afc0eb8f</url>
    <id>5a9908e74b60aad6dd95492527605445afc0eb8f</id>
    <committed-date>2008-04-23T21:32:36-07:00</committed-date>
    <authored-date>2008-04-23T21:25:40-07:00</authored-date>
    <message>Gibberish strings were not being looked up with new cache changes.

Not sure how this made it through, but it wasn't doing lookups at all
due to a type problem in the built out cache as well as the lookup
key.

We've written unit tests in our application for this, but they're not
yet available for the plugin.  Hopefully we can figure out how to test
plugins in isolation a bit better in the near future.</message>
    <tree>251c7d935aec67da64b57c9fbc9fe7a51e84ea9a</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b9400064e3e6ad0b71c65e61888a5bf3525d1fd1</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/2c3a263e2b17538cc792f78d542693f825e8d5a0</url>
    <id>2c3a263e2b17538cc792f78d542693f825e8d5a0</id>
    <committed-date>2008-04-21T16:17:11-07:00</committed-date>
    <authored-date>2008-04-17T18:27:32-07:00</authored-date>
    <message>fixed gibberish edit error</message>
    <tree>7d25369052f132e19a5f9b08f816f4785348be2e</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3daf35a153c5937946febdde8f6894f9bd30962d</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/b9400064e3e6ad0b71c65e61888a5bf3525d1fd1</url>
    <id>b9400064e3e6ad0b71c65e61888a5bf3525d1fd1</id>
    <committed-date>2008-04-21T16:17:11-07:00</committed-date>
    <authored-date>2008-04-07T10:40:06-07:00</authored-date>
    <message>When we find a broken gibberish interpolation, log it and don't break. #1152</message>
    <tree>3d75ef54d6f7742e67e7b0672d8e26d9dd191804</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>67c36a61e8516a9c3644c04e95246f710938e000</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/3daf35a153c5937946febdde8f6894f9bd30962d</url>
    <id>3daf35a153c5937946febdde8f6894f9bd30962d</id>
    <committed-date>2008-04-21T16:17:11-07:00</committed-date>
    <authored-date>2008-03-28T19:22:10-07:00</authored-date>
    <message>Less code to do the same work in the after filter.</message>
    <tree>c804bb1674112e4f63b1c1af875be943a736d876</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>257eff06e7765a210934caf678b46d83e68494f9</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/67c36a61e8516a9c3644c04e95246f710938e000</url>
    <id>67c36a61e8516a9c3644c04e95246f710938e000</id>
    <committed-date>2008-04-21T16:17:11-07:00</committed-date>
    <authored-date>2008-03-28T17:19:15-07:00</authored-date>
    <message>Cache gibberish really hard.</message>
    <tree>b607abeab055d1fab155e79aab2e167e386a163f</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d188fae1f99192018a155832ba99f87aa618f58</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/257eff06e7765a210934caf678b46d83e68494f9</url>
    <id>257eff06e7765a210934caf678b46d83e68494f9</id>
    <committed-date>2008-03-25T16:23:40-07:00</committed-date>
    <authored-date>2008-03-25T15:58:43-07:00</authored-date>
    <message>Include language in the initial query.</message>
    <tree>61ff81083373adfacd4a60b46cf175f1c71a4a58</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a219b883151f8d57b02eb72c9009a3d7e638c587</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/2d188fae1f99192018a155832ba99f87aa618f58</url>
    <id>2d188fae1f99192018a155832ba99f87aa618f58</id>
    <committed-date>2008-03-25T15:57:36-07:00</committed-date>
    <authored-date>2008-03-25T15:57:36-07:00</authored-date>
    <message>Some formatting cleanup.</message>
    <tree>82a866a4cdabb62d3e12cfa3a6b8ede0f0e0219b</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@spy.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bc8ee408179f9ea487b6634119db63fc8a4e3ca5</id>
      </parent>
      <parent>
        <id>ee010cb03f6cd2efd18f89b8bd3dea8820affac4</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/a219b883151f8d57b02eb72c9009a3d7e638c587</url>
    <id>a219b883151f8d57b02eb72c9009a3d7e638c587</id>
    <committed-date>2008-03-19T23:16:18-07:00</committed-date>
    <authored-date>2008-03-19T23:16:18-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:caring/gibberish_db</message>
    <tree>12d1443eec68b7b66a1cc1f7cb8db8d64c0620f6</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f965d9011c31b718844bea732468cf0e4d409f1b</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/bc8ee408179f9ea487b6634119db63fc8a4e3ca5</url>
    <id>bc8ee408179f9ea487b6634119db63fc8a4e3ca5</id>
    <committed-date>2008-03-19T23:09:37-07:00</committed-date>
    <authored-date>2008-03-19T23:09:37-07:00</authored-date>
    <message>controller, javascript to enable inline editing of translations</message>
    <tree>12d1443eec68b7b66a1cc1f7cb8db8d64c0620f6</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/f965d9011c31b718844bea732468cf0e4d409f1b</url>
    <id>f965d9011c31b718844bea732468cf0e4d409f1b</id>
    <committed-date>2008-03-19T22:13:32-07:00</committed-date>
    <authored-date>2008-03-19T22:13:32-07:00</authored-date>
    <message>putting gibberish_db up on git hub</message>
    <tree>c4be178ff2d4025c7aa1a118a94d4e2b7a46bfef</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@eppsteins.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b1985e84f9b2bf303365e4a31d9aa1e40559f08</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/ee010cb03f6cd2efd18f89b8bd3dea8820affac4</url>
    <id>ee010cb03f6cd2efd18f89b8bd3dea8820affac4</id>
    <committed-date>2008-03-06T16:08:05-08:00</committed-date>
    <authored-date>2008-03-06T16:08:05-08:00</authored-date>
    <message>Possible workaround for gibberish problem on blog list page.</message>
    <tree>c4be178ff2d4025c7aa1a118a94d4e2b7a46bfef</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8aab8bb0dad4b26eefe75bdd433502a063c202a1</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/1b1985e84f9b2bf303365e4a31d9aa1e40559f08</url>
    <id>1b1985e84f9b2bf303365e4a31d9aa1e40559f08</id>
    <committed-date>2008-01-22T14:56:19-08:00</committed-date>
    <authored-date>2008-01-22T14:56:19-08:00</authored-date>
    <message>Fix the cache clearing problem with gibberish.</message>
    <tree>e28fca725711761498a0ba8640da53ba4e07a489</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ae8a6bb24396a4013208c875ea88fb0a78241b62</id>
      </parent>
      <parent>
        <id>012c68612f029142318e2ddd5178e0dde61ba448</id>
      </parent>
    </parents>
    <author>
      <name>Patrick Wright</name>
      <email>patrick@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/8aab8bb0dad4b26eefe75bdd433502a063c202a1</url>
    <id>8aab8bb0dad4b26eefe75bdd433502a063c202a1</id>
    <committed-date>2008-01-21T16:27:52-08:00</committed-date>
    <authored-date>2008-01-21T16:27:52-08:00</authored-date>
    <message>merge</message>
    <tree>558cb4ce35ce68e1e0581e4677a5f9983a8eee03</tree>
    <committer>
      <name>Patrick Wright</name>
      <email>patrick@caring.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b1028cea2b1da8f43df3efc039d900dcc2eeaf1c</id>
      </parent>
    </parents>
    <author>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/012c68612f029142318e2ddd5178e0dde61ba448</url>
    <id>012c68612f029142318e2ddd5178e0dde61ba448</id>
    <committed-date>2008-01-21T14:59:12-08:00</committed-date>
    <authored-date>2008-01-21T14:59:12-08:00</authored-date>
    <message>Add test for html suppression</message>
    <tree>8239036e80610da4d55de4783a52ed33a697dcec</tree>
    <committer>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6000522e4964fb60cc236111a943b08ac89fee26</id>
      </parent>
    </parents>
    <author>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/b1028cea2b1da8f43df3efc039d900dcc2eeaf1c</url>
    <id>b1028cea2b1da8f43df3efc039d900dcc2eeaf1c</id>
    <committed-date>2008-01-21T14:41:44-08:00</committed-date>
    <authored-date>2008-01-21T14:41:44-08:00</authored-date>
    <message>Fixed typo that caused @suppress_html to not be reset</message>
    <tree>a09336cc4bf588c9c5d2e2c95d0123a7e858c7e2</tree>
    <committer>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6000522e4964fb60cc236111a943b08ac89fee26</id>
      </parent>
    </parents>
    <author>
      <name>Patrick Wright</name>
      <email>patrick@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/ae8a6bb24396a4013208c875ea88fb0a78241b62</url>
    <id>ae8a6bb24396a4013208c875ea88fb0a78241b62</id>
    <committed-date>2008-01-21T11:14:08-08:00</committed-date>
    <authored-date>2008-01-21T11:14:08-08:00</authored-date>
    <message>fix gibberish issues in email</message>
    <tree>c6b420b8c79bef330d7a4481c5be3fe79ec97ca1</tree>
    <committer>
      <name>Patrick Wright</name>
      <email>patrick@caring.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1cbf5fb441043f9755a48a5c70a4f370100899b2</id>
      </parent>
    </parents>
    <author>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/6000522e4964fb60cc236111a943b08ac89fee26</url>
    <id>6000522e4964fb60cc236111a943b08ac89fee26</id>
    <committed-date>2008-01-14T11:32:08-08:00</committed-date>
    <authored-date>2008-01-14T11:32:08-08:00</authored-date>
    <message>Suppress HTMLification of gibberized strings that are in emails that will be delivered.</message>
    <tree>6cbdd95e15c8a668ab9c2d50faec2b4d362ffa2f</tree>
    <committer>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>51b0017311fe274285a3e30874b67c0ca1ac89e6</id>
      </parent>
    </parents>
    <author>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/1cbf5fb441043f9755a48a5c70a4f370100899b2</url>
    <id>1cbf5fb441043f9755a48a5c70a4f370100899b2</id>
    <committed-date>2008-01-11T15:01:24-08:00</committed-date>
    <authored-date>2008-01-11T15:01:24-08:00</authored-date>
    <message>Add the ability to suppress HTML adornment of gibberized strings.</message>
    <tree>62a8cf5be826bd02a678ce51041af26e70b67c3c</tree>
    <committer>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bbc806731c1b4b2feb880ed9e5b09d68c4d55eaa</id>
      </parent>
    </parents>
    <author>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/51b0017311fe274285a3e30874b67c0ca1ac89e6</url>
    <id>51b0017311fe274285a3e30874b67c0ca1ac89e6</id>
    <committed-date>2008-01-10T17:18:49-08:00</committed-date>
    <authored-date>2008-01-10T17:18:49-08:00</authored-date>
    <message>Fixed an ambiguity problem that led to a failure.</message>
    <tree>67eb9cb3557566db1a618b3dd9c84ddb3664cf95</tree>
    <committer>
      <name>Dustin Sallings</name>
      <email>dustin@caring.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1071cd6872e183871b83710767197def44812ab4</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/bbc806731c1b4b2feb880ed9e5b09d68c4d55eaa</url>
    <id>bbc806731c1b4b2feb880ed9e5b09d68c4d55eaa</id>
    <committed-date>2008-01-10T15:57:20-08:00</committed-date>
    <authored-date>2008-01-10T15:57:20-08:00</authored-date>
    <message>fixed unit test failure</message>
    <tree>9f80cd9b036a32ebfecdd6f5730894f0c245424c</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@caring.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65e2e729c7fa20af15e70cd5c36ab79aee22eb38</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/1071cd6872e183871b83710767197def44812ab4</url>
    <id>1071cd6872e183871b83710767197def44812ab4</id>
    <committed-date>2008-01-10T15:08:21-08:00</committed-date>
    <authored-date>2008-01-10T15:08:21-08:00</authored-date>
    <message>enable block level html inside gibberish strings</message>
    <tree>9ae29d67bba22851688c4086ed981697e48fee53</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@caring.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7097e67a84ce687d27ec95dc5ed26159934eaa0a</id>
      </parent>
      <parent>
        <id>ad1877d01552857c5b9de02f74b4c207b0ef3039</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/65e2e729c7fa20af15e70cd5c36ab79aee22eb38</url>
    <id>65e2e729c7fa20af15e70cd5c36ab79aee22eb38</id>
    <committed-date>2008-01-09T15:02:22-08:00</committed-date>
    <authored-date>2008-01-09T15:02:22-08:00</authored-date>
    <message>merge</message>
    <tree>aa2974539a4bd96f7ca19792928d6d1933f82be0</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@caring.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b643c0a0bbb7b6152f5d0eeed70d6a11318326df</id>
      </parent>
    </parents>
    <author>
      <name>Chris Eppstein</name>
      <email>chris@caring.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/ad1877d01552857c5b9de02f74b4c207b0ef3039</url>
    <id>ad1877d01552857c5b9de02f74b4c207b0ef3039</id>
    <committed-date>2008-01-09T14:53:59-08:00</committed-date>
    <authored-date>2008-01-09T14:53:59-08:00</authored-date>
    <message>don't md5sum the translation key</message>
    <tree>f1bc58d3c4db44692f2186f601a856dd1039d7ae</tree>
    <committer>
      <name>Chris Eppstein</name>
      <email>chris@caring.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b7032cd01f9b6e02d1223f072edf879696bc7b0c</id>
      </parent>
    </parents>
    <author>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/7097e67a84ce687d27ec95dc5ed26159934eaa0a</url>
    <id>7097e67a84ce687d27ec95dc5ed26159934eaa0a</id>
    <committed-date>2008-01-09T14:38:28-08:00</committed-date>
    <authored-date>2008-01-09T14:38:28-08:00</authored-date>
    <message>fix typo</message>
    <tree>7e41a327a80a084adb25610f6e14d05bef4d9eea</tree>
    <committer>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b643c0a0bbb7b6152f5d0eeed70d6a11318326df</id>
      </parent>
    </parents>
    <author>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </author>
    <url>http://github.com/caring/gibberish_db/commit/b7032cd01f9b6e02d1223f072edf879696bc7b0c</url>
    <id>b7032cd01f9b6e02d1223f072edf879696bc7b0c</id>
    <committed-date>2008-01-09T13:58:53-08:00</committed-date>
    <authored-date>2008-01-09T13:58:53-08:00</authored-date>
    <message>Update to latest version of Gibberish.</message>
    <tree>292b129e038aef4e046a80af0bee2c1abc41a626</tree>
    <committer>
      <name>Greg Spurrier</name>
      <email>greg@rujubu.com</email>
    </committer>
  </commit>
</commits>
