<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
     s.platform  =   Gem::Platform::RUBY
     s.name      =   &quot;git-lighthouse&quot;
-    s.version   =   &quot;0.1.1&quot;
+    s.version   =   &quot;0.1.2&quot;
     s.date      =   &quot;2008-05-27&quot;
     s.author    =   &quot;Scott Chacon&quot;
     s.email     =   &quot;schacon@gmail.com&quot;</diff>
      <filename>git-lighthouse.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -46,6 +46,10 @@ module GitLighthouse
       
       # last commit before this date
       base_commit = @git.log(1).until(tic.created_at.to_s).first rescue nil
+      if !base_commit
+        base_commit = @git.log(1).first
+      end
+      
       puts &quot;nearest commit: &quot; + base_commit.sha
       
       if base_commit</diff>
      <filename>lib/git-lighthouse/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eeab1facf41c9775b8fc8078a6ac421bf937b955</id>
    </parent>
  </parents>
  <author>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </author>
  <url>http://github.com/schacon/git-lighthouse/commit/ac31ddf7fde24cec1d5ce3fd8fab074f0d61e67c</url>
  <id>ac31ddf7fde24cec1d5ce3fd8fab074f0d61e67c</id>
  <committed-date>2008-05-30T12:00:34-07:00</committed-date>
  <authored-date>2008-05-30T12:00:34-07:00</authored-date>
  <message>can recover from not finding the closest commit</message>
  <tree>c9c0188735439a9d34b6594e8cbc2cf3005342b3</tree>
  <committer>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </committer>
</commit>
