<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ module SourceControl
           case line
           when /^commit /
             revisions &lt;&lt; revision = Revision.new
-            revision.number = line.split[1][0..5]
+            revision.number = line.split[1][0..6]
             
           when /^author /
             revision.author, revision.time = read_author_and_time(line)</diff>
      <filename>lib/source_control/git/log_parser.rb</filename>
    </modified>
    <modified>
      <diff>@@ -43,7 +43,7 @@ EOF
 
     def test_parse_should_work
       expected_revision = Git::Revision.new(
-                              :number =&gt; 'e51d66',
+                              :number =&gt; 'e51d66a',
                               :author =&gt; 'Alexey Verkhovsky &lt;alexey.verkhovsky@gmail.com&gt;',
                               :time =&gt; Time.at(1209921867))
       revisions = Git::LogParser.new.parse(SIMPLE_LOG_ENTRY.split(&quot;\n&quot;))
@@ -59,7 +59,7 @@ EOF
       assert_equal 2, revisions.size
       
       revision = revisions[1]
-      assert_equal &quot;5c881c&quot;, revision.number
+      assert_equal &quot;5c881c8&quot;, revision.number
       assert_equal &quot;renamed \&quot;Unit Test\&quot; target to \&quot;UnitTest\&quot; for developer sanity.\nfixed iphone cruise Rakefile&quot;,
                    revision.message
       assert_equal [&quot;iphone/Rakefile                            |    2 +-&quot;,</diff>
      <filename>test/unit/source_control/git/log_parser_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb8b6a25225989218d5fab25ab7ce3c0cfa461c9</id>
    </parent>
  </parents>
  <author>
    <name>Chad Woolley &amp; Josh Susser</name>
    <email>thewoolleyman+josh_and_chad@gmail.com</email>
  </author>
  <url>http://github.com/weplay/cruisecontrol.rb/commit/615e81f90552a20a63c89e029b33adb10b30ed9e</url>
  <id>615e81f90552a20a63c89e029b33adb10b30ed9e</id>
  <committed-date>2009-05-11T17:38:50-07:00</committed-date>
  <authored-date>2009-05-11T17:38:50-07:00</authored-date>
  <message>increase git SHA length from 6 to 7</message>
  <tree>89abe9408bc895ad297640960ad40f813bd6cc98</tree>
  <committer>
    <name>Chad Woolley &amp; Josh Susser</name>
    <email>thewoolleyman+josh_and_chad@gmail.com</email>
  </committer>
</commit>
