<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>1b736b793e9f31cf79fad2820f3f20a00802c2c8</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/07f923840bbb70d3b9fc27244214d0c34dc9ccef</url>
    <id>07f923840bbb70d3b9fc27244214d0c34dc9ccef</id>
    <committed-date>2009-12-01T06:57:56-08:00</committed-date>
    <authored-date>2009-12-01T06:57:56-08:00</authored-date>
    <message>Revert &quot;Major performance improvement for Etanni.&quot;

This reverts commit 1b736b793e9f31cf79fad2820f3f20a00802c2c8.</message>
    <tree>ee7e6fd77ac79343e8f44b821e28848fecd21238</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b14652227c65d6d42c87084ab4c69125b7e8107</id>
      </parent>
    </parents>
    <author>
      <name>Zoxc</name>
      <email>zoxc32@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/1b736b793e9f31cf79fad2820f3f20a00802c2c8</url>
    <id>1b736b793e9f31cf79fad2820f3f20a00802c2c8</id>
    <committed-date>2009-12-01T06:50:54-08:00</committed-date>
    <authored-date>2009-11-30T12:17:23-08:00</authored-date>
    <message>Major performance improvement for Etanni.</message>
    <tree>0c703e2b68c5a4de2f2174d51ffe29c2bd7902d7</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>17dba1ab367e73ac3377701893edc07c4e4457c8</id>
      </parent>
    </parents>
    <author>
      <name>Zoxc</name>
      <email>zoxc32@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/7b14652227c65d6d42c87084ab4c69125b7e8107</url>
    <id>7b14652227c65d6d42c87084ab4c69125b7e8107</id>
    <committed-date>2009-11-30T10:25:20-08:00</committed-date>
    <authored-date>2009-11-30T02:50:01-08:00</authored-date>
    <message>Performance improvement for Etanni.</message>
    <tree>ee7e6fd77ac79343e8f44b821e28848fecd21238</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aac4faf1a4fd22cef010bfaee5453398fa6fbbc9</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/17dba1ab367e73ac3377701893edc07c4e4457c8</url>
    <id>17dba1ab367e73ac3377701893edc07c4e4457c8</id>
    <committed-date>2009-11-18T11:12:29-08:00</committed-date>
    <authored-date>2009-11-18T11:12:29-08:00</authored-date>
    <message>Remove comment</message>
    <tree>7a34c4c5716136fa8a2e33034ba199428fa7dcdf</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d1e95dbec36b2587de14b1e5ede9ebac7b57f5e</id>
      </parent>
    </parents>
    <author>
      <name>Lin Jen-Shin</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/manveru/innate/commit/aac4faf1a4fd22cef010bfaee5453398fa6fbbc9</url>
    <id>aac4faf1a4fd22cef010bfaee5453398fa6fbbc9</id>
    <committed-date>2009-11-16T06:23:02-08:00</committed-date>
    <authored-date>2009-11-16T06:16:56-08:00</authored-date>
    <message>[helper/render.rb] dup on variables arg is not needed. never refered.</message>
    <tree>a097dcedde0c7e865046acd48c2cb38252d96907</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>42b5ec5d9ce49848a6331fdb14e05b70b5294a4e</id>
      </parent>
    </parents>
    <author>
      <name>Lin Jen-Shin</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/manveru/innate/commit/5d1e95dbec36b2587de14b1e5ede9ebac7b57f5e</url>
    <id>5d1e95dbec36b2587de14b1e5ede9ebac7b57f5e</id>
    <committed-date>2009-11-16T06:23:01-08:00</committed-date>
    <authored-date>2009-11-16T05:52:12-08:00</authored-date>
    <message>[helper/render.rb] fixed render_file's sync_variables. see detail:

  This line syncs variables from current action to newly created action:
    action.sync_variables(self.action)

  but later this line eliminates above effect:
    action.variables = variables.dup

  Assume we would like variables from current action, but
  would like to override (or hide, shadow) them by passing
  another hash of variables in render_file's second arguments.
  Then change that line to:
    action.variables.merge!(variables.dup)

  spec this behavior in SpecHelperRenderFile.</message>
    <tree>2f060649a7f3d556355f1f53c86d0a50075188bb</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14a340fdaddebb34dd328caa402bb82e57d1c736</id>
      </parent>
    </parents>
    <author>
      <name>Lin Jen-Shin</name>
      <email>godfat@godfat.org</email>
    </author>
    <url>http://github.com/manveru/innate/commit/42b5ec5d9ce49848a6331fdb14e05b70b5294a4e</url>
    <id>42b5ec5d9ce49848a6331fdb14e05b70b5294a4e</id>
    <committed-date>2009-10-28T10:59:56-07:00</committed-date>
    <authored-date>2009-10-28T06:43:54-07:00</authored-date>
    <message>Add a simple Unicorn wrapper in innate/adapter.rb</message>
    <tree>985710bdbce053ce5f810f02c5d1c1cb916fbce2</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d02bd71d6f93c9affcba35261866ac52fe4afd6f</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/14a340fdaddebb34dd328caa402bb82e57d1c736</url>
    <id>14a340fdaddebb34dd328caa402bb82e57d1c736</id>
    <committed-date>2009-10-17T11:01:48-07:00</committed-date>
    <authored-date>2009-10-17T11:01:48-07:00</authored-date>
    <message>Allow skipping the template discovery to speed things up</message>
    <tree>867812020cba54860b5d6c78b48992a940d34e49</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0f3c5febc26396eb73a9ce1907ee936188d0ca3b</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/d02bd71d6f93c9affcba35261866ac52fe4afd6f</url>
    <id>d02bd71d6f93c9affcba35261866ac52fe4afd6f</id>
    <committed-date>2009-10-17T10:50:51-07:00</committed-date>
    <authored-date>2009-10-17T10:50:51-07:00</authored-date>
    <message>Fix gem_setup task</message>
    <tree>c037da741c3edbde22948b2b0299385022174517</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ee96b2849163c2ec20b8d9b4a5b86e2b81a4ec2b</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/0f3c5febc26396eb73a9ce1907ee936188d0ca3b</url>
    <id>0f3c5febc26396eb73a9ce1907ee936188d0ca3b</id>
    <committed-date>2009-10-05T02:32:30-07:00</committed-date>
    <authored-date>2009-10-05T02:32:30-07:00</authored-date>
    <message>Allow for change of the default action name as proposed by Daniel Azuma</message>
    <tree>1cadc5971aab6674de5216be421a50e0906488cd</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3e9029948803caf04e3e1d3fc2bee1218dbba2ab</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/ee96b2849163c2ec20b8d9b4a5b86e2b81a4ec2b</url>
    <id>ee96b2849163c2ec20b8d9b4a5b86e2b81a4ec2b</id>
    <committed-date>2009-10-04T08:37:44-07:00</committed-date>
    <authored-date>2009-10-04T08:37:44-07:00</authored-date>
    <message>Remove temp README</message>
    <tree>712b760f7864ae9634ee4b646007e9071824f249</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44f40da9e64a3616eac9198913af99dd68fad11a</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/3e9029948803caf04e3e1d3fc2bee1218dbba2ab</url>
    <id>3e9029948803caf04e3e1d3fc2bee1218dbba2ab</id>
    <committed-date>2009-10-04T08:37:28-07:00</committed-date>
    <authored-date>2009-10-04T08:37:07-07:00</authored-date>
    <message>Fix precedence issue in redirect_referer</message>
    <tree>fd1c6d14a35db7d83670ac5c09f72c76b8018d72</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7ad5fd9c358ea8315e9000e590f236b03265909e</id>
      </parent>
    </parents>
    <author>
      <name>Arnaud Meuret</name>
      <email>arnaud@meuret.name</email>
    </author>
    <url>http://github.com/manveru/innate/commit/44f40da9e64a3616eac9198913af99dd68fad11a</url>
    <id>44f40da9e64a3616eac9198913af99dd68fad11a</id>
    <committed-date>2009-10-04T07:49:56-07:00</committed-date>
    <authored-date>2009-10-03T08:33:11-07:00</authored-date>
    <message>Typos and minor rephrasing.</message>
    <tree>7745de398a5a35e2c7e82d533b8396a08c2c6374</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b0702faaf65e10f78480964a0e68a69d9720015</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/7ad5fd9c358ea8315e9000e590f236b03265909e</url>
    <id>7ad5fd9c358ea8315e9000e590f236b03265909e</id>
    <committed-date>2009-10-02T08:04:37-07:00</committed-date>
    <authored-date>2009-10-02T08:04:37-07:00</authored-date>
    <message>Sync metadata after release</message>
    <tree>04cfb5903b07ad6978d7fcc53308818593b05a8b</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88451a1270b5f0577359c251e935fa5e14d3cab5</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/1b0702faaf65e10f78480964a0e68a69d9720015</url>
    <id>1b0702faaf65e10f78480964a0e68a69d9720015</id>
    <committed-date>2009-10-02T06:24:16-07:00</committed-date>
    <authored-date>2009-10-02T06:24:16-07:00</authored-date>
    <message>Version 2009.10</message>
    <tree>07679206df7c1b2abd0cd8c40361e40408c9aab6</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c37df32129c8d71d901c8a49d1a8e0307fb3440b</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/88451a1270b5f0577359c251e935fa5e14d3cab5</url>
    <id>88451a1270b5f0577359c251e935fa5e14d3cab5</id>
    <committed-date>2009-10-02T06:23:53-07:00</committed-date>
    <authored-date>2009-10-02T06:23:53-07:00</authored-date>
    <message>Improve the release tasks, add one for gemcutter</message>
    <tree>e110af5d646a413fa550a2e2888323b09c4e09ed</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18668be99d4309bc3944861e97e0b6b4b6d63300</id>
      </parent>
    </parents>
    <author>
      <name>Arnaud Meuret</name>
      <email>arnaud@meuret.name</email>
    </author>
    <url>http://github.com/manveru/innate/commit/c37df32129c8d71d901c8a49d1a8e0307fb3440b</url>
    <id>c37df32129c8d71d901c8a49d1a8e0307fb3440b</id>
    <committed-date>2009-10-01T11:16:02-07:00</committed-date>
    <authored-date>2009-10-01T11:16:02-07:00</authored-date>
    <message>Fix: specifying a layout from a method and a filter block was broken</message>
    <tree>03b0c14dcf7ab891c5ab325d132eab7d1149eba8</tree>
    <committer>
      <name>Arnaud Meuret</name>
      <email>arnaud@meuret.name</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>672bbaa09475f98190aa68538b3eba30cb2fca50</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/18668be99d4309bc3944861e97e0b6b4b6d63300</url>
    <id>18668be99d4309bc3944861e97e0b6b4b6d63300</id>
    <committed-date>2009-09-29T14:13:13-07:00</committed-date>
    <authored-date>2009-09-29T14:13:13-07:00</authored-date>
    <message>Update dependencies</message>
    <tree>3e137f822c3aa4c19d088094d6f15c9c4ed4c8f8</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d4d2d18b71e18315d3a94d80290b6e3c509dc06</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/672bbaa09475f98190aa68538b3eba30cb2fca50</url>
    <id>672bbaa09475f98190aa68538b3eba30cb2fca50</id>
    <committed-date>2009-09-22T15:15:44-07:00</committed-date>
    <authored-date>2009-09-22T15:15:44-07:00</authored-date>
    <message>Use Rack::Utils::build_query, this changes query separator from ; to &amp;</message>
    <tree>84698a3b899a3072c41a1348898cecaa63e1db87</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44d02ed6987ded77747a2493bbb174c046acf703</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/0d4d2d18b71e18315d3a94d80290b6e3c509dc06</url>
    <id>0d4d2d18b71e18315d3a94d80290b6e3c509dc06</id>
    <committed-date>2009-09-22T15:08:38-07:00</committed-date>
    <authored-date>2009-09-22T15:04:05-07:00</authored-date>
    <message>Improve code readability a bit</message>
    <tree>504dd8d67541638000a3790fc20a3f42407abc54</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b80af613098682ba0da340002e8d850e333cfc4</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/44d02ed6987ded77747a2493bbb174c046acf703</url>
    <id>44d02ed6987ded77747a2493bbb174c046acf703</id>
    <committed-date>2009-09-21T17:02:09-07:00</committed-date>
    <authored-date>2009-09-21T17:02:09-07:00</authored-date>
    <message>Use Mutex instead of Thread::critical</message>
    <tree>97021dad4b34a0b689af668705f061d58151b7cb</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>783f554f800fd22679dd4cd53e2017c2f5ab029a</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/1b80af613098682ba0da340002e8d850e333cfc4</url>
    <id>1b80af613098682ba0da340002e8d850e333cfc4</id>
    <committed-date>2009-09-21T17:00:42-07:00</committed-date>
    <authored-date>2009-09-21T17:00:42-07:00</authored-date>
    <message>Fix ruby/jruby dependency mixup</message>
    <tree>833b3b55a3ccd42c04a2e7ab0d98ce744eb3e451</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a908b327452e56f93f7d9aff5ad8fb52d0ae034f</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/783f554f800fd22679dd4cd53e2017c2f5ab029a</url>
    <id>783f554f800fd22679dd4cd53e2017c2f5ab029a</id>
    <committed-date>2009-09-21T16:32:42-07:00</committed-date>
    <authored-date>2009-09-21T16:32:07-07:00</authored-date>
    <message>Fix startup issue regarding jruby-rack</message>
    <tree>89f7df674c9baff3dda4b06047346ea3b645c979</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>79df3a5839dac1fe15f043685d76c7f4b0cba522</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/a908b327452e56f93f7d9aff5ad8fb52d0ae034f</url>
    <id>a908b327452e56f93f7d9aff5ad8fb52d0ae034f</id>
    <committed-date>2009-09-15T07:15:48-07:00</committed-date>
    <authored-date>2009-09-15T07:15:48-07:00</authored-date>
    <message>Fix typo</message>
    <tree>05471b57ddf7fdee9deee7a08d2391dec3e70fa6</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b69e9dd6882e1781169b40a120b4a85ca4259eaf</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/79df3a5839dac1fe15f043685d76c7f4b0cba522</url>
    <id>79df3a5839dac1fe15f043685d76c7f4b0cba522</id>
    <committed-date>2009-08-27T08:21:05-07:00</committed-date>
    <authored-date>2009-08-27T08:21:05-07:00</authored-date>
    <message>Don't call aspects in layout</message>
    <tree>b9fa688cc209b62f6646eba1d99ee6e662e66d53</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6b8c32d6a7827cfc187f0427cbd21552c363881e</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/b69e9dd6882e1781169b40a120b4a85ca4259eaf</url>
    <id>b69e9dd6882e1781169b40a120b4a85ca4259eaf</id>
    <committed-date>2009-08-27T03:55:08-07:00</committed-date>
    <authored-date>2009-08-27T03:55:08-07:00</authored-date>
    <message>Fix Options#pretty_print spec</message>
    <tree>f95ac7d13b274f8a3e26a09871b71cd4d86adf95</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0bb6ea54c88be698ab791361f8a9e3637b8738a7</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/6b8c32d6a7827cfc187f0427cbd21552c363881e</url>
    <id>6b8c32d6a7827cfc187f0427cbd21552c363881e</id>
    <committed-date>2009-08-27T03:36:53-07:00</committed-date>
    <authored-date>2009-08-27T03:36:53-07:00</authored-date>
    <message>dev dependencies for jruby</message>
    <tree>3d091644ccfd3333b6c5117344bade193b73ff48</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2bc0566d3d06d0cf384cad7a0e7a116bb46a6867</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/0bb6ea54c88be698ab791361f8a9e3637b8738a7</url>
    <id>0bb6ea54c88be698ab791361f8a9e3637b8738a7</id>
    <committed-date>2009-08-26T16:59:01-07:00</committed-date>
    <authored-date>2009-08-26T16:59:01-07:00</authored-date>
    <message>Forgot to require digest/md5</message>
    <tree>4e33140df1bd4970459cb350dd102df3b098463f</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c74c2b8ee1416234292d342b71afc860a400cf0a</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/2bc0566d3d06d0cf384cad7a0e7a116bb46a6867</url>
    <id>2bc0566d3d06d0cf384cad7a0e7a116bb46a6867</id>
    <committed-date>2009-08-19T08:27:37-07:00</committed-date>
    <authored-date>2009-08-19T08:27:37-07:00</authored-date>
    <message>Cache is not a module</message>
    <tree>5eb20c473c7f4f59faf8e5697c32e84487ec4bb5</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9650f8c49ca585570e5eab70d4e2ff5b5df8b4c8</id>
      </parent>
    </parents>
    <author>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </author>
    <url>http://github.com/manveru/innate/commit/c74c2b8ee1416234292d342b71afc860a400cf0a</url>
    <id>c74c2b8ee1416234292d342b71afc860a400cf0a</id>
    <committed-date>2009-08-17T05:37:02-07:00</committed-date>
    <authored-date>2009-08-17T05:37:02-07:00</authored-date>
    <message>fix doc typo</message>
    <tree>6928829c01729f912e41801fdf47041b0e13a197</tree>
    <committer>
      <name>Michael Fellinger</name>
      <email>m.fellinger@gmail.com</email>
    </committer>
  </commit>
</commits>
