<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -143,7 +143,7 @@ task :index do
   path = File.expand_path('.')
   repo = should_be_initialized path
   
-  commits = repo.log.select {|c| c.message =~ /New post: /}
+  commits = repo.log(&quot;b&quot;).select {|c| c.message =~ /New post: /}
   posts = []
   commits.map do |commit|
     title = commit.message.match(/New post: (.*)$/)[1]</diff>
      <filename>lib/git-blog.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>58b29d983121ab2f342777e754da12d3104f3b9d</id>
    </parent>
  </parents>
  <author>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </author>
  <url>http://github.com/elliottcable/git-blog/commit/2158201cdf9fa6004a49c1a59c08653bbfeb5bb8</url>
  <id>2158201cdf9fa6004a49c1a59c08653bbfeb5bb8</id>
  <committed-date>2008-10-11T06:37:08-07:00</committed-date>
  <authored-date>2008-10-11T06:37:08-07:00</authored-date>
  <message>A horrible, horrible hack to ensure that all post titles are printed in the index.</message>
  <tree>411035f5cb6f98fdd4c5a824a60b68c4002dd1ff</tree>
  <committer>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </committer>
</commit>
