<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/stylesheets/extra.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -26,6 +26,7 @@
 	&lt;title&gt;&lt;%= @page_title ? @page_title + &quot; - &quot; : &quot;&quot; -%&gt;Gitorious&lt;/title&gt;
 	&lt;meta name=&quot;author&quot; content=&quot;Johan S&#248;rensen&quot;&gt;
 	&lt;%= stylesheet_link_tag &quot;base&quot; -%&gt;
+	&lt;%= stylesheet_link_tag &quot;extra&quot; %&gt;
     &lt;%= syntax_themes_css -%&gt;
     &lt;%= javascript_include_tag :defaults, :cache =&gt; true -%&gt;
     &lt;%  if @atom_auto_discovery_url -%&gt;  </diff>
      <filename>app/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -18,19 +18,68 @@
 #++
 %&gt;
 
-&lt;% @page_title = &quot;#{@user}'s #{@repository.name} - Gitorious&quot; -%&gt;
+&lt;% @page_title = &quot;#{@user.login}'s #{@repository.name}&quot; -%&gt;
 &lt;h1&gt;&lt;%= @repository.name %&gt;&lt;/h1&gt;
-
 &lt;% render_if_ready(@repository) do -%&gt;
 
   &lt;%= render :partial =&gt; &quot;infobox&quot; -%&gt;
   
-  &lt;%#= render_readme(@repository) %&gt;
+  &lt;%= render_readme(@repository) %&gt;
+&lt;% if current_user == @repository.user &amp;&amp; !@repository.has_commits? %&gt;
+&lt;div id='setup_tips'&gt;
+  &lt;h2&gt;Global Setup:&lt;/h2&gt;
+    &lt;pre&gt;
+    Download and install Git
+    git config --global user.name &quot;&lt;%= @user.fullname %&gt;&quot;
+    git config --global user.email &quot;&lt;%= @user.email %&gt;&quot;
+    &lt;/pre&gt;
+
+  &lt;h2&gt;Next steps:&lt;/h2&gt;
+    &lt;pre&gt;
+    mkdir test
+    cd test
+    git init
+    touch README
+    git add README
+    git commit -m 'first commit'
+    git remote add origin git@github.com:radar/test.git
+    git push origin master&lt;/pre&gt;
+
+  &lt;h2&gt;Existing Git Repo?&lt;/h2&gt;
+    &lt;pre&gt;
+    cd existing_git_repo
+    git remote add origin git@github.com:radar/test.git
+    git push origin master
+    &lt;/pre&gt;
+
+  &lt;h2&gt;Importing a SVN Repo?&lt;/h2&gt;
+    &lt;strong&gt;Good luck, have fun.&lt;/strong&gt;
+&lt;/div&gt;
+&lt;% else %&gt;
+&lt;table id='file_listing' width='100%'&gt;
+  &lt;thead&gt;
+    &lt;tr&gt;
+      &lt;td&gt;name&lt;/td&gt;
+      &lt;td&gt;age&lt;/td&gt;
+      &lt;td&gt;message&lt;/td&gt;
+    &lt;/tr&gt;
+  &lt;/thead&gt;
+  &lt;tbody&gt;
+    &lt;% for blob in @repository.git.tree.contents %&gt;
+      &lt;tr&gt;
+      &lt;td&gt;&lt;%= blob.name %&gt;&lt;/td&gt;
+      &lt;td&gt;&lt;%= blob.mime_type if blob.respond_to?(:mime_type) %&gt;&lt;/td&gt;
+      &lt;td&gt;sdfdsf&lt;/td&gt;
+    &lt;% end %&gt;
+  &lt;/tbody&gt;
+&lt;/table&gt;
   
+&lt;% end %&gt;  
   &lt;h2&gt;&lt;%= t(&quot;views.repos.activities&quot;) %&gt; &lt;%= feed_icon @atom_auto_discovery_url %&gt;&lt;/h2&gt;
   &lt;%= render :partial =&gt; &quot;events/events&quot;, :locals =&gt; { :events =&gt; @events } -%&gt;
 &lt;% end -%&gt;
 
+
 &lt;% content_for :submenu do -%&gt;
   &lt;%= render :partial =&gt; &quot;context_menu&quot; -%&gt;
 &lt;% end -%&gt;</diff>
      <filename>app/views/repositories/show.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>18f4321533d871277c9f894de5a8c841f7713248</id>
    </parent>
  </parents>
  <author>
    <name>git</name>
    <email>git@frozenplague.local</email>
  </author>
  <url>http://github.com/radar/scoot/commit/05ae2cd7fd417b5f8eeb832d07a907962348aedf</url>
  <id>05ae2cd7fd417b5f8eeb832d07a907962348aedf</id>
  <committed-date>2009-05-02T22:26:10-07:00</committed-date>
  <authored-date>2009-05-02T22:26:10-07:00</authored-date>
  <message>Got a file listing, no idea (yet) how to get the commits absed on the entries</message>
  <tree>902507043efef5a3dd995bcd58d8c31584a5f979</tree>
  <committer>
    <name>git</name>
    <email>git@frozenplague.local</email>
  </committer>
</commit>
