<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -52,7 +52,7 @@ module Gitjour
 
         puts &quot;Connecting to #{service.host}:#{service.port}&quot;
 
-        system &quot;git clone git://#{service.host}:#{service.port}/ #{dir}/&quot;
+        system &quot;git clone git://#{service.host}:#{service.port}/ #{dir}&quot;
       end
 
       def remote(repository_name, *rest)</diff>
      <filename>lib/gitjour/application.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>465921a6518d34b3d34d3ae0b3dd30493b054bf5</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/gitjour/commit/a270214b0e4e6dc9f9406878446e9ab25f5dc1b8</url>
  <id>a270214b0e4e6dc9f9406878446e9ab25f5dc1b8</id>
  <committed-date>2008-07-03T14:06:02-07:00</committed-date>
  <authored-date>2008-07-03T14:06:02-07:00</authored-date>
  <message>Remove trailing slash from clone destination argument.

With the trailing slash I get an error that looks like this:

    fatal: could not create work tree dir 'gitjour/'.

Works fine without.</message>
  <tree>3bcf0edb8c4e963a43f9a88e5772364d98d841c1</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
