<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>TODO.md</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -29,8 +29,7 @@ Then clone this repository:
 You'll  also need  to  (`--bare`) clone  `atmos/hancock-client`  into the  repos
 directory and call it test: (don't ask, it was just a repo i chose at random)
 
-   cd repos
-   git clone --bare git://github.com/atmos/hancock-client.git test.git
+    cd repos &amp;&amp; git clone --bare git://github.com/atmos/hancock-client.git test.git
     
 Usage
 -----
@@ -52,6 +51,20 @@ the directory ends in `.git'. For Example:
     git clone --bare git://github.com/lenary/ginatra.git
     git clone --bare git://github.com/mojombo/grit.git fun.git
 
+Authors &amp; Thanks
+----------------
+
+**Authors:**
+
+- Samuel Elliott (lenary)
+
+**Thanks**
+
+- (tekkub) - For help with Grit
+- (schacon) - For help with Grit
+- Conrad Irwin (cirwin) - For moral support and design help
+- #git - for any other problems I had
+- Picol Project (http://picol.org) - for the icons
 
 Screenshots
 -----------</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -61,7 +61,7 @@ module Ginatra
     def initialize
       @repo_list = []
       Dir.entries(Sinatra::Application.git_dir).each do |e|
-        unless e == '.' || e == '..'
+        unless e == '.' || e == '..' || e == 'README.md'
           @repo_list &lt;&lt; Ginatra::Repo.new(e.gsub(/\.git$/, ''))
         end
       end</diff>
      <filename>ginatra.rb</filename>
    </modified>
    <modified>
      <diff>@@ -106,10 +106,10 @@
 	float: left;
 }
 .commit-tree .tree {
-  background: url('../img/tree.png') no-repeat center left;
+  background: url('../img/tree.png') no-repeat top left;
 }
 .commit-tree .blob {
-  background: url('../img/doc.png') no-repeat center left;
+  background: url('../img/doc.png') no-repeat top left;
 }
 .commit-diff h4{
   font-weight:bold;</diff>
      <filename>public/src/commit.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>55a3ea52537fa8868346f2e13073750ed5a04262</id>
    </parent>
  </parents>
  <author>
    <name>Samuel Elliott</name>
    <email>sam@lenary.co.uk</email>
  </author>
  <url>http://github.com/lenary/ginatra/commit/c122931f4e9ae579fce04eeacb0b8af5fed581f5</url>
  <id>c122931f4e9ae579fce04eeacb0b8af5fed581f5</id>
  <committed-date>2009-05-11T07:06:01-07:00</committed-date>
  <authored-date>2009-05-11T07:06:01-07:00</authored-date>
  <message>Small bugfixes thrown up quickly</message>
  <tree>3011247de1f08d17ffa9312703833e44a36c06cc</tree>
  <committer>
    <name>Samuel Elliott</name>
    <email>sam@lenary.co.uk</email>
  </committer>
</commit>
