<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>65cf46a8c3b0ef033c9a06b243afefe7433ddbba</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/69a4fc3739eb16bb6bc8c9785f26b0d42bcbc2dd</url>
    <id>69a4fc3739eb16bb6bc8c9785f26b0d42bcbc2dd</id>
    <committed-date>2008-10-06T19:48:06-07:00</committed-date>
    <authored-date>2008-10-06T19:48:06-07:00</authored-date>
    <message>management: Updated README w/ maintainer details and requirements</message>
    <tree>e66cc16d2dbe8f84d0854173dffa30c3b988fc04</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed7de4ce1e3b820918a96dfd04ea9a8319be09fa</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/65cf46a8c3b0ef033c9a06b243afefe7433ddbba</url>
    <id>65cf46a8c3b0ef033c9a06b243afefe7433ddbba</id>
    <committed-date>2008-10-06T19:47:40-07:00</committed-date>
    <authored-date>2008-10-06T19:47:40-07:00</authored-date>
    <message>test: added test for 'lines' function</message>
    <tree>4b1c98510f33ed75ab3fd619724dc260634b14e0</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bde739914f9f959096f0bdfc841d7024641bda11</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/ed7de4ce1e3b820918a96dfd04ea9a8319be09fa</url>
    <id>ed7de4ce1e3b820918a96dfd04ea9a8319be09fa</id>
    <committed-date>2008-10-05T20:59:13-07:00</committed-date>
    <authored-date>2008-10-05T20:59:13-07:00</authored-date>
    <message>Added 'lines' (with option to keep the eol) similar to lua's IO lib</message>
    <tree>8fc31703adba79c517a146587d9600da8162caa8</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>286e477be1b201e422caba4fd54014271b947d0e</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/bde739914f9f959096f0bdfc841d7024641bda11</url>
    <id>bde739914f9f959096f0bdfc841d7024641bda11</id>
    <committed-date>2008-10-05T20:58:25-07:00</committed-date>
    <authored-date>2008-10-05T20:58:25-07:00</authored-date>
    <message>Added option to keep the end-of-line in the return from getline</message>
    <tree>5ea00dffd2a7c58b0881f7d50b7c7fec6a61c40c</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>66cf2cf8817ee091018d3500c974b06b31acb555</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/286e477be1b201e422caba4fd54014271b947d0e</url>
    <id>286e477be1b201e422caba4fd54014271b947d0e</id>
    <committed-date>2008-10-05T20:08:45-07:00</committed-date>
    <authored-date>2008-10-05T20:08:45-07:00</authored-date>
    <message>Major simplifications: less buffers, more luaL_Buffer usage, simpler state management

* Removed usage of alloca, instead using luaL_Buffer's writable-buffer mechanism
* Reduced buffers to a single buffer to handle readline
* Abstracted management of the readline buffer
* Build returned data reading into a luaL_Buffer
* On error, return nil, error
  * If stream closed, error == &quot;CLOSED&quot;
  * else, error == stringified error returned by bzlib</message>
    <tree>df5c36946cea660e59acae2f2ea2dcff7c6a7502</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0e83a5dd7f2091757ac99d103f128acf7946dedb</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/66cf2cf8817ee091018d3500c974b06b31acb555</url>
    <id>66cf2cf8817ee091018d3500c974b06b31acb555</id>
    <committed-date>2008-10-05T18:09:33-07:00</committed-date>
    <authored-date>2008-10-05T18:09:33-07:00</authored-date>
    <message>simplified library registration and sanitized __index from containing entire metatable.</message>
    <tree>47a439bc8132bd0bad503bb732b45280222cef97</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9bc54a760e766ec88d7545636fc1c0c111816dda</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/0e83a5dd7f2091757ac99d103f128acf7946dedb</url>
    <id>0e83a5dd7f2091757ac99d103f128acf7946dedb</id>
    <committed-date>2008-10-03T21:16:56-07:00</committed-date>
    <authored-date>2008-10-03T21:16:56-07:00</authored-date>
    <message>Updated userdata/metatable management to be safer

* Use a constant for the state identifier (single place to update)
* Use an accessor function to check that the passed-in userdata is in
  fact a bz2 stream</message>
    <tree>e95b82e460d9080661189711cda9fabd75b21605</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0cb1f04bf0d63226ead95fd5cb55cf8986eb39b5</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/9bc54a760e766ec88d7545636fc1c0c111816dda</url>
    <id>9bc54a760e766ec88d7545636fc1c0c111816dda</id>
    <committed-date>2008-10-03T21:16:21-07:00</committed-date>
    <authored-date>2008-10-03T21:16:21-07:00</authored-date>
    <message>Simple line-ending cleanup</message>
    <tree>10698020c2f3eb9452f6d2863e9778dc480941a3</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>00e2b27e3c621b032ae04034f48fdb7532ea0c27</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/0cb1f04bf0d63226ead95fd5cb55cf8986eb39b5</url>
    <id>0cb1f04bf0d63226ead95fd5cb55cf8986eb39b5</id>
    <committed-date>2008-10-03T21:11:16-07:00</committed-date>
    <authored-date>2008-10-03T21:11:16-07:00</authored-date>
    <message>Makefile link fix - lua modules should not link against Lua where possible

Removed link against liblua to permit the extension to use the exposed
Lua API of other libraries/executables/etc.

Example: statically linked interpreter, if lua-bz2 links against a library
then there are two versions of Lua interacting in potentially bad ways.

 * Windows will need special behavior.
 * OSX may need additional flags

Ref: http://lua-users.org/wiki/BuildingModules</message>
    <tree>8bce979c7e64faa22adb5c674d81e214715b4560</tree>
    <committer>
      <name>Thomas Harning Jr</name>
      <email>harningt@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38d570094210dbcd66d69f46c8c27ca068e5a731</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/00e2b27e3c621b032ae04034f48fdb7532ea0c27</url>
    <id>00e2b27e3c621b032ae04034f48fdb7532ea0c27</id>
    <committed-date>2008-07-07T09:59:47-07:00</committed-date>
    <authored-date>2008-07-07T09:59:47-07:00</authored-date>
    <message>add the LICENSE text to lbz.c</message>
    <tree>50b585dafa3252711b2158a7c2cc4bfa8e1c03ca</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bc9d3eb69eef8a8dc31684075f3b748a0c837b83</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/38d570094210dbcd66d69f46c8c27ca068e5a731</url>
    <id>38d570094210dbcd66d69f46c8c27ca068e5a731</id>
    <committed-date>2008-07-07T09:55:33-07:00</committed-date>
    <authored-date>2008-07-07T09:55:33-07:00</authored-date>
    <message>fix a bug where i wasn't setting the LBZ_EOS flag in the write branch</message>
    <tree>27dd97d4daca92fc81dca5679f18aa3a6f14fcfe</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a50f513202affdfb80eceaeb9750abee456d8853</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/bc9d3eb69eef8a8dc31684075f3b748a0c837b83</url>
    <id>bc9d3eb69eef8a8dc31684075f3b748a0c837b83</id>
    <committed-date>2008-07-06T22:31:13-07:00</committed-date>
    <authored-date>2008-07-06T22:31:13-07:00</authored-date>
    <message>Add a __gc method</message>
    <tree>5cf5d700401e259e03ff2285b4b2727193a9984c</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>119cf58927d47448bc0faf8ccca311e942609c31</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/a50f513202affdfb80eceaeb9750abee456d8853</url>
    <id>a50f513202affdfb80eceaeb9750abee456d8853</id>
    <committed-date>2008-07-06T15:55:23-07:00</committed-date>
    <authored-date>2008-07-06T15:55:23-07:00</authored-date>
    <message>free memory when the file is closed, and also check that files are really open when using hte close method</message>
    <tree>1965c63e003718dd2ff49169e5bbde91fa9eb717</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f1b4d7d2f7c839aac08eb2e8f9275917b9fa871c</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/119cf58927d47448bc0faf8ccca311e942609c31</url>
    <id>119cf58927d47448bc0faf8ccca311e942609c31</id>
    <committed-date>2008-07-06T15:32:39-07:00</committed-date>
    <authored-date>2008-07-06T15:32:39-07:00</authored-date>
    <message>dumb mistake, this actually makes getline work with read</message>
    <tree>c4868bba3f748828da6ee926bb21e69e97ea0589</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>133b5a9d49789d9fa96973fb6a4314dd8090c66b</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/f1b4d7d2f7c839aac08eb2e8f9275917b9fa871c</url>
    <id>f1b4d7d2f7c839aac08eb2e8f9275917b9fa871c</id>
    <committed-date>2008-07-06T15:27:27-07:00</committed-date>
    <authored-date>2008-07-06T15:27:27-07:00</authored-date>
    <message>make getline and read play well together</message>
    <tree>c6e1ebca8ad7fa8f053a36bc8da39603eab17f53</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>577811095d54dc8e2a0d68b97288e39c1fe4dd29</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/133b5a9d49789d9fa96973fb6a4314dd8090c66b</url>
    <id>133b5a9d49789d9fa96973fb6a4314dd8090c66b</id>
    <committed-date>2008-07-06T14:42:58-07:00</committed-date>
    <authored-date>2008-07-06T14:42:58-07:00</authored-date>
    <message>add an example</message>
    <tree>c6d8d589273467ee7114342253c2072c99c37521</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>737feb07791d0eac76e4113c3fec09eb60637ea1</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/577811095d54dc8e2a0d68b97288e39c1fe4dd29</url>
    <id>577811095d54dc8e2a0d68b97288e39c1fe4dd29</id>
    <committed-date>2008-07-06T14:38:32-07:00</committed-date>
    <authored-date>2008-07-06T14:38:32-07:00</authored-date>
    <message>initial add of getline support, it's still kind of buggy</message>
    <tree>5653a9c2cee5453597e6c656115851a66588aad5</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d06ab88df9944f38283fd55fbad4feadc3e4bda3</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/737feb07791d0eac76e4113c3fec09eb60637ea1</url>
    <id>737feb07791d0eac76e4113c3fec09eb60637ea1</id>
    <committed-date>2008-07-06T13:43:37-07:00</committed-date>
    <authored-date>2008-07-06T13:43:37-07:00</authored-date>
    <message>use metatables to provide OO access to bz2 opened files</message>
    <tree>f8b642aabeda90d9bb37d73829a8e9d06261a454</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>06bf9986c2cf88c7faae0d3b74721d5381cf155c</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/d06ab88df9944f38283fd55fbad4feadc3e4bda3</url>
    <id>d06ab88df9944f38283fd55fbad4feadc3e4bda3</id>
    <committed-date>2008-07-05T21:37:26-07:00</committed-date>
    <authored-date>2008-07-05T21:37:26-07:00</authored-date>
    <message>Makefile improvements</message>
    <tree>a5ac57bb6749163495536677882a70237bd437ba</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d14be50837e52624ede6f697177b15336327821</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/06bf9986c2cf88c7faae0d3b74721d5381cf155c</url>
    <id>06bf9986c2cf88c7faae0d3b74721d5381cf155c</id>
    <committed-date>2008-07-05T20:56:49-07:00</committed-date>
    <authored-date>2008-07-05T20:56:49-07:00</authored-date>
    <message>properly check if the file is closed when calling the read method</message>
    <tree>d7dea65b7e8a4252cb1d32d22204b2c13f76d79f</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bd60259a5df92e8b8828ad953ec3b317c8f2afc2</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/3d14be50837e52624ede6f697177b15336327821</url>
    <id>3d14be50837e52624ede6f697177b15336327821</id>
    <committed-date>2008-07-05T18:44:21-07:00</committed-date>
    <authored-date>2008-07-05T18:44:21-07:00</authored-date>
    <message>make unit test more elegant lua (i think)</message>
    <tree>88b8f08f996adf73ece6224916a8c6210cbbbc66</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>197f83cbf5afa0bc5e932cc3a69ba59d7e359b98</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/bd60259a5df92e8b8828ad953ec3b317c8f2afc2</url>
    <id>bd60259a5df92e8b8828ad953ec3b317c8f2afc2</id>
    <committed-date>2008-07-05T18:43:56-07:00</committed-date>
    <authored-date>2008-07-05T18:43:56-07:00</authored-date>
    <message>make unit test more elegant lua (i think)</message>
    <tree>2e62cb4096dacfa7bdf6b7bb44136b3ccfeb96a5</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c6f66799c480840dae0f6fa12bd8fdc3551a940b</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/197f83cbf5afa0bc5e932cc3a69ba59d7e359b98</url>
    <id>197f83cbf5afa0bc5e932cc3a69ba59d7e359b98</id>
    <committed-date>2008-07-05T18:40:22-07:00</committed-date>
    <authored-date>2008-07-05T18:40:22-07:00</authored-date>
    <message>make read return nil once eof has been reached, update test.lua</message>
    <tree>4ef2678bd77a7e5e84a63c2f010f806d592e0382</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>42bc0517d295733472c8f72b661ada573c660956</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/c6f66799c480840dae0f6fa12bd8fdc3551a940b</url>
    <id>c6f66799c480840dae0f6fa12bd8fdc3551a940b</id>
    <committed-date>2008-07-05T00:45:04-07:00</committed-date>
    <authored-date>2008-07-05T00:45:04-07:00</authored-date>
    <message>improved makefile</message>
    <tree>53e79a9658a3fc8bde5939526b54e63e8ecf9257</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fdad079c0bec332172bb963a4508cc669c2266aa</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/42bc0517d295733472c8f72b661ada573c660956</url>
    <id>42bc0517d295733472c8f72b661ada573c660956</id>
    <committed-date>2008-07-05T00:26:49-07:00</committed-date>
    <authored-date>2008-07-05T00:26:49-07:00</authored-date>
    <message>trivial changes</message>
    <tree>805124bd6555d2a3c24807434cffb54c737a636d</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c34fff59d2dc4dc7a484857795f92e5073016e01</id>
      </parent>
    </parents>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/fdad079c0bec332172bb963a4508cc669c2266aa</url>
    <id>fdad079c0bec332172bb963a4508cc669c2266aa</id>
    <committed-date>2008-07-05T00:10:54-07:00</committed-date>
    <authored-date>2008-07-05T00:10:54-07:00</authored-date>
    <message>* add a read close method
* add a LICENSE and README file</message>
    <tree>7497220589629f885742ee9f04de28b6583813e7</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </author>
    <url>http://github.com/eklitzke/lua-bz2/commit/c34fff59d2dc4dc7a484857795f92e5073016e01</url>
    <id>c34fff59d2dc4dc7a484857795f92e5073016e01</id>
    <committed-date>2008-07-04T22:27:42-07:00</committed-date>
    <authored-date>2008-07-04T22:27:42-07:00</authored-date>
    <message>initial commit, just implements opening a bz2 file and reading from it</message>
    <tree>a40c6dc82ce795177da0136c656353983905da05</tree>
    <committer>
      <name>Evan Klitzke</name>
      <email>evan@yelp.com</email>
    </committer>
  </commit>
</commits>
