<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>48ac61d75fc2f955608d709aa6fedccbb5ad68e8</id>
      </parent>
    </parents>
    <author>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/efc87c2a614127fad56b45be3d1ea814d71bf4e6</url>
    <id>efc87c2a614127fad56b45be3d1ea814d71bf4e6</id>
    <committed-date>2008-07-30T11:54:29-07:00</committed-date>
    <authored-date>2008-07-30T11:54:29-07:00</authored-date>
    <message>better error message for unrouted test request</message>
    <tree>c80c6f0f31314feb4be6cb3013f9775a474a5892</tree>
    <committer>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>72b3a21e9dd564380b426d7719d0852ca2a4101b</id>
      </parent>
    </parents>
    <author>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/48ac61d75fc2f955608d709aa6fedccbb5ad68e8</url>
    <id>48ac61d75fc2f955608d709aa6fedccbb5ad68e8</id>
    <committed-date>2008-07-30T11:49:57-07:00</committed-date>
    <authored-date>2008-07-30T11:49:57-07:00</authored-date>
    <message>allow wildcard routing

example:
r.match(%r{/foo/:path*}).to(:controller =&gt; 'foo')
then '/foo/bar/silly.json' will route to Foo#index with params[:path] = 'bar/silly.json'</message>
    <tree>95d1ed5b70a1f8ea4a68ebe936b5b5fb6b6f7659</tree>
    <committer>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2206d1a5cce8114c80403912a5f3b77897ae96a0</id>
      </parent>
    </parents>
    <author>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/72b3a21e9dd564380b426d7719d0852ca2a4101b</url>
    <id>72b3a21e9dd564380b426d7719d0852ca2a4101b</id>
    <committed-date>2008-07-30T11:45:28-07:00</committed-date>
    <authored-date>2008-07-30T11:45:28-07:00</authored-date>
    <message>allow filter arguments to be procs</message>
    <tree>ff663a9a9e278d6624b577407fe9dc4bb8523b22</tree>
    <committer>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4813273a78309d0578c4b9d208acf9b221899b01</id>
      </parent>
    </parents>
    <author>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/2206d1a5cce8114c80403912a5f3b77897ae96a0</url>
    <id>2206d1a5cce8114c80403912a5f3b77897ae96a0</id>
    <committed-date>2008-07-30T11:42:02-07:00</committed-date>
    <authored-date>2008-07-30T11:42:02-07:00</authored-date>
    <message>honor cookie domain when setting and deleting cookies</message>
    <tree>99b2f3f55b2e4d601348df8a98812ac19bf49afe</tree>
    <committer>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ad78ee6115de080b571259d606bb24d43d4aab70</id>
      </parent>
      <parent>
        <id>1dacf4c354a2e16c5902f7d300902d4f3a3687af</id>
      </parent>
    </parents>
    <author>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/4813273a78309d0578c4b9d208acf9b221899b01</url>
    <id>4813273a78309d0578c4b9d208acf9b221899b01</id>
    <committed-date>2008-07-30T11:38:40-07:00</committed-date>
    <authored-date>2008-07-30T11:38:40-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/wycats/merb-core into wycats/master</message>
    <tree>e8bfcc33c80c3bdb9f6324619d9a7dcaf171b5bc</tree>
    <committer>
      <name>Matthew Windwer</name>
      <email>matt@reframeit.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de3e51ff45312166439a3a2038fba8cb2aa37892</id>
      </parent>
    </parents>
    <author>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/1dacf4c354a2e16c5902f7d300902d4f3a3687af</url>
    <id>1dacf4c354a2e16c5902f7d300902d4f3a3687af</id>
    <committed-date>2008-07-27T17:00:56-07:00</committed-date>
    <authored-date>2008-07-27T17:00:56-07:00</authored-date>
    <message>Added more documentation for some of the extra options available to #partial</message>
    <tree>360d6eb8cb7fd82555b3f0af8057d890a3abfb60</tree>
    <committer>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ffb418a2ce5fd38c064260a8e19fe68d6ea96e4f</id>
      </parent>
      <parent>
        <id>8e4f82b0dfd45515df63c49e1da77938b361a720</id>
      </parent>
    </parents>
    <author>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/de3e51ff45312166439a3a2038fba8cb2aa37892</url>
    <id>de3e51ff45312166439a3a2038fba8cb2aa37892</id>
    <committed-date>2008-07-27T16:51:41-07:00</committed-date>
    <authored-date>2008-07-27T16:51:41-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/wycats/merb-core</message>
    <tree>156ec9287b261df73b68913e1683c5df4d2a9609</tree>
    <committer>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1c831524de80dec7a52cf6a7fd9631685402c8b7</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/8e4f82b0dfd45515df63c49e1da77938b361a720</url>
    <id>8e4f82b0dfd45515df63c49e1da77938b361a720</id>
    <committed-date>2008-07-25T07:00:17-07:00</committed-date>
    <authored-date>2008-07-25T07:00:17-07:00</authored-date>
    <message>Relative :template paths can be extensionless again.</message>
    <tree>2857329b0e99e9451a7031931218c6b341ca464c</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>105a206920f0fb4bea379e968770527fcac6876b</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/1c831524de80dec7a52cf6a7fd9631685402c8b7</url>
    <id>1c831524de80dec7a52cf6a7fd9631685402c8b7</id>
    <committed-date>2008-07-25T03:55:10-07:00</committed-date>
    <authored-date>2008-07-25T03:55:10-07:00</authored-date>
    <message>Oops - forgot some files...</message>
    <tree>53f0b3a24c727d32e12cfb72e57f9a6678a05ddc</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df7306d346d9ee721f15e3adb0367f0c188f2e66</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/105a206920f0fb4bea379e968770527fcac6876b</url>
    <id>105a206920f0fb4bea379e968770527fcac6876b</id>
    <committed-date>2008-07-25T03:43:34-07:00</committed-date>
    <authored-date>2008-07-25T03:43:34-07:00</authored-date>
    <message>Fixed nasty bugs in controller/mixins/responder and its specs.</message>
    <tree>7093017540aed63e8af13486e17667f66c5b20bc</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>36efa1253db212f4d432f8aa65606c57913161e3</id>
      </parent>
    </parents>
    <author>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/ffb418a2ce5fd38c064260a8e19fe68d6ea96e4f</url>
    <id>ffb418a2ce5fd38c064260a8e19fe68d6ea96e4f</id>
    <committed-date>2008-07-24T23:39:48-07:00</committed-date>
    <authored-date>2008-07-24T23:39:48-07:00</authored-date>
    <message>Reworded the documentation for #partial a little bit</message>
    <tree>a51794d647e36f85c912f13cd2a58f53e010d837</tree>
    <committer>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df7306d346d9ee721f15e3adb0367f0c188f2e66</id>
      </parent>
    </parents>
    <author>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/36efa1253db212f4d432f8aa65606c57913161e3</url>
    <id>36efa1253db212f4d432f8aa65606c57913161e3</id>
    <committed-date>2008-07-24T23:22:57-07:00</committed-date>
    <authored-date>2008-07-24T23:22:57-07:00</authored-date>
    <message>Added some documentation for the new partial collection counter</message>
    <tree>5941cda4b2a069d8b741f6374a80c7c47d6ca40d</tree>
    <committer>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>088f956443e93d50d1b740e71b9454099efec73f</id>
      </parent>
    </parents>
    <author>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/df7306d346d9ee721f15e3adb0367f0c188f2e66</url>
    <id>df7306d346d9ee721f15e3adb0367f0c188f2e66</id>
    <committed-date>2008-07-24T22:35:01-07:00</committed-date>
    <authored-date>2008-07-24T22:35:01-07:00</authored-date>
    <message>Slight refactoring of the partial method</message>
    <tree>9c110235bd78b5b6c39a4336c6cc9d0cd036ce36</tree>
    <committer>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fea472686b12a0f5da9c2eb1dfab4266836d2fbf</id>
      </parent>
    </parents>
    <author>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/088f956443e93d50d1b740e71b9454099efec73f</url>
    <id>088f956443e93d50d1b740e71b9454099efec73f</id>
    <committed-date>2008-07-24T22:30:25-07:00</committed-date>
    <authored-date>2008-07-24T22:30:25-07:00</authored-date>
    <message>Adding views for the new partial collection counter specs</message>
    <tree>55a56e74529705e373c76fbd075053c32cf26185</tree>
    <committer>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7cb2d479de25ea46661584b0b636810b0def0f01</id>
      </parent>
    </parents>
    <author>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/fea472686b12a0f5da9c2eb1dfab4266836d2fbf</url>
    <id>fea472686b12a0f5da9c2eb1dfab4266836d2fbf</id>
    <committed-date>2008-07-24T22:29:40-07:00</committed-date>
    <authored-date>2008-07-24T22:29:40-07:00</authored-date>
    <message>Adding the current index and collection size for partials rendered with a collection</message>
    <tree>4c7149fdc95d03de5f5d2945854329f5a39b3b06</tree>
    <committer>
      <name>Carl Lerche</name>
      <email>carllerche@mac.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>901ec3fa2617ffe39f70347ac749a1a64f261903</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/7cb2d479de25ea46661584b0b636810b0def0f01</url>
    <id>7cb2d479de25ea46661584b0b636810b0def0f01</id>
    <committed-date>2008-07-23T17:26:39-07:00</committed-date>
    <authored-date>2008-07-23T17:26:39-07:00</authored-date>
    <message>If someone can figure out why this is already defined, please let me know</message>
    <tree>496e3a357f4241ac94faf3c561603fb47de1a168</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bfbb9e0744465d1ee9cfbd8aab7e7c68a5c098d2</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/901ec3fa2617ffe39f70347ac749a1a64f261903</url>
    <id>901ec3fa2617ffe39f70347ac749a1a64f261903</id>
    <committed-date>2008-07-23T17:12:21-07:00</committed-date>
    <authored-date>2008-07-23T17:12:21-07:00</authored-date>
    <message>Yeah... not a good idea</message>
    <tree>2bcb8203752cc4f1f5b8ccdd7eb406104e25e837</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dea5b6914daa668e01ded198281441796925a3d5</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/bfbb9e0744465d1ee9cfbd8aab7e7c68a5c098d2</url>
    <id>bfbb9e0744465d1ee9cfbd8aab7e7c68a5c098d2</id>
    <committed-date>2008-07-23T17:07:47-07:00</committed-date>
    <authored-date>2008-07-23T17:07:47-07:00</authored-date>
    <message>ADd push_paths to the load path.</message>
    <tree>be888cd5be397fce02efafb8176414a1da3e273b</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>04d38da798cda4217dcd3b1b29c9043e873b6ad0</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/dea5b6914daa668e01ded198281441796925a3d5</url>
    <id>dea5b6914daa668e01ded198281441796925a3d5</id>
    <committed-date>2008-07-23T16:30:23-07:00</committed-date>
    <authored-date>2008-07-23T16:30:23-07:00</authored-date>
    <message>another tiny tweak</message>
    <tree>4e7fc991608e3c910f79b960b97bc69d07b11e0a</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a869557e886ed1aa35e9bd54882a7e03684629a9</id>
      </parent>
      <parent>
        <id>0a3d655be79657b99549a5522a13847119c95f4c</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/04d38da798cda4217dcd3b1b29c9043e873b6ad0</url>
    <id>04d38da798cda4217dcd3b1b29c9043e873b6ad0</id>
    <committed-date>2008-07-23T15:37:58-07:00</committed-date>
    <authored-date>2008-07-23T15:37:58-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-core</message>
    <tree>02a46e1ac765cad8bb8e3526c26b5dafec36de8c</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a2940914437a47af60d927dfad427dc7594a5e5</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/a869557e886ed1aa35e9bd54882a7e03684629a9</url>
    <id>a869557e886ed1aa35e9bd54882a7e03684629a9</id>
    <committed-date>2008-07-23T15:37:00-07:00</committed-date>
    <authored-date>2008-07-23T15:37:00-07:00</authored-date>
    <message>Fixes open IO issue</message>
    <tree>f6c6b8dce022c040c475ec9bffe62e022c744020</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef1f50a3737db3b4234b00e8c0e50d4707a542e1</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/0a3d655be79657b99549a5522a13847119c95f4c</url>
    <id>0a3d655be79657b99549a5522a13847119c95f4c</id>
    <committed-date>2008-07-21T17:33:21-07:00</committed-date>
    <authored-date>2008-07-21T17:33:21-07:00</authored-date>
    <message>Move to merb-extlib is almost there.</message>
    <tree>c534fcd382999671e8d0c8642bcf1665ea1db903</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4bf449725540b0f51e8f116d7742568d95726f02</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/ef1f50a3737db3b4234b00e8c0e50d4707a542e1</url>
    <id>ef1f50a3737db3b4234b00e8c0e50d4707a542e1</id>
    <committed-date>2008-07-21T17:17:04-07:00</committed-date>
    <authored-date>2008-07-21T17:17:04-07:00</authored-date>
    <message>Output a warning about merb-extlib if it can't be loaded.</message>
    <tree>4d0d7c8c4c96ba68beb85982ee8cbb292afa8eed</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a2940914437a47af60d927dfad427dc7594a5e5</id>
      </parent>
      <parent>
        <id>cffcacbb528ab20a8cab725434a573da17c16dde</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/4bf449725540b0f51e8f116d7742568d95726f02</url>
    <id>4bf449725540b0f51e8f116d7742568d95726f02</id>
    <committed-date>2008-07-21T15:30:28-07:00</committed-date>
    <authored-date>2008-07-21T15:30:28-07:00</authored-date>
    <message>Merge branch 'generator_inclusion' into new-merb-gen

* generator_inclusion:
  added add_generators, which allows plugins to load their own generator in the same way as rakefiles</message>
    <tree>10df5e71e19d4007b9e6024636c2d80b127a88c8</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>237c115c4a2be9f7e9b24de0224c494dbe6e6336</id>
      </parent>
      <parent>
        <id>defdabd8df298863a2704d66c6d1054058a9d84f</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/8a2940914437a47af60d927dfad427dc7594a5e5</url>
    <id>8a2940914437a47af60d927dfad427dc7594a5e5</id>
    <committed-date>2008-07-21T13:44:15-07:00</committed-date>
    <authored-date>2008-07-21T13:44:15-07:00</authored-date>
    <message>Resolved conflict.</message>
    <tree>7bc8693468dc29362facec77737f7398d97731e0</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c63375986e5111b00cd66c9dc608f216d5069d15</id>
      </parent>
    </parents>
    <author>
      <name>Wayne E. Seguin</name>
      <email>wayneeseguin@gmail.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/defdabd8df298863a2704d66c6d1054058a9d84f</url>
    <id>defdabd8df298863a2704d66c6d1054058a9d84f</id>
    <committed-date>2008-07-21T12:03:27-07:00</committed-date>
    <authored-date>2008-07-21T12:03:27-07:00</authored-date>
    <message>Applying patch to allow use of thin_turbo adapter. Thanks dkubb!</message>
    <tree>6a0cc969f64d66c8fee1682ca55bb2572621758b</tree>
    <committer>
      <name>Wayne E. Seguin</name>
      <email>wayneeseguin@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3aff23978752336b0522e030664135e51281a1dc</id>
      </parent>
      <parent>
        <id>c63375986e5111b00cd66c9dc608f216d5069d15</id>
      </parent>
    </parents>
    <author>
      <name>Jonas Nicklas</name>
      <email>jonas.nicklas@gmail.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/cffcacbb528ab20a8cab725434a573da17c16dde</url>
    <id>cffcacbb528ab20a8cab725434a573da17c16dde</id>
    <committed-date>2008-07-20T14:32:06-07:00</committed-date>
    <authored-date>2008-07-20T14:32:06-07:00</authored-date>
    <message>Merge commit 'origin/master' into generator_inclusion</message>
    <tree>3d95df04179a48a314d8219a1413ae323affd20b</tree>
    <committer>
      <name>Jonas Nicklas</name>
      <email>jonas.nicklas@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c1b4cbcd1c85674551d4bc5fa068611a75e9a5de</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@yehuda-katzs-macbook-pro.local</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/237c115c4a2be9f7e9b24de0224c494dbe6e6336</url>
    <id>237c115c4a2be9f7e9b24de0224c494dbe6e6336</id>
    <committed-date>2008-07-20T14:08:04-07:00</committed-date>
    <authored-date>2008-07-20T14:08:04-07:00</authored-date>
    <message>Did I really commit that?</message>
    <tree>2bca145c1b1023250da9c91e57b037486ae852dc</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@yehuda-katzs-macbook-pro.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>047a5fe76be7525750b605364c02139f04505b27</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/c63375986e5111b00cd66c9dc608f216d5069d15</url>
    <id>c63375986e5111b00cd66c9dc608f216d5069d15</id>
    <committed-date>2008-07-20T11:01:15-07:00</committed-date>
    <authored-date>2008-07-20T11:01:15-07:00</authored-date>
    <message>Use :info as default log level for now: people wonder &quot;where the output is gone&quot;.</message>
    <tree>bc052da325e0817f97c5d465a39f9ee0335ba05d</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf37243fc8aa4eee1cc41f2504f3261f4dc03b46</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/reframeit/merb-core/commit/047a5fe76be7525750b605364c02139f04505b27</url>
    <id>047a5fe76be7525750b605364c02139f04505b27</id>
    <committed-date>2008-07-20T10:02:31-07:00</committed-date>
    <authored-date>2008-07-20T10:02:31-07:00</authored-date>
    <message>Make sure default config has log level of error so template inlining bootloader won't dump everything to the tty.</message>
    <tree>ce4a512ad69390be1b59d5cd991dea3ccb8de24f</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
</commits>
