<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>public/images/git-logo.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -16,6 +16,8 @@
 	&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheets/style.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
 	&lt;script type=&quot;text/javascript&quot; src=&quot;javascripts/jquery-1.2.6.min.js&quot;&gt;&lt;/script&gt;
 	&lt;script type=&quot;text/javascript&quot; src=&quot;javascripts/jquery.corner.js&quot;&gt;&lt;/script&gt;  
+	&lt;link href=&quot;/facebox/facebox.css&quot; media=&quot;screen&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;/&gt;
+  &lt;script src=&quot;/facebox/facebox.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
@@ -23,7 +25,7 @@
 &lt;div class=&quot;container showgrids&quot;&gt;
 
   &lt;div class=&quot;span-21 header&quot;&gt;
-    &lt;h1&gt;Git&amp;ensp;&amp;ndash;&amp;ensp;Fast Version Control System&lt;/h1&gt;
+    &lt;h1&gt;&lt;img src=&quot;/images/git-logo.png&quot;&gt; Git &lt;small&gt;&amp;ensp;&amp;ndash;&amp;ensp;the fast version control system&lt;/small&gt;&lt;/h1&gt;
   &lt;/div&gt;
 
   &lt;div class=&quot;span-21 navbar&quot;&gt;</diff>
      <filename>app/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -3,13 +3,13 @@
   &lt;div id=&quot;git-is&quot;&gt;
     &lt;h3&gt;Git is...&lt;/h3&gt;
 
-    &lt;p&gt;Git is an open source, distributed version control system
-    designed to handle very large projects with speed and efficiency,
-    but just as well suited for small personal repositories&lt;/p&gt;
+    &lt;p&gt;Git is an &lt;b&gt;open source, distributed version control system&lt;/b&gt;
+    designed to handle everything from small to very large projects with 
+    speed and efficiency.&lt;/p&gt;
 
-    &lt;p&gt;Every Git checkout is a full-fledged repository with complete history
+    &lt;p&gt;&lt;b&gt;Every Git clone is a full-fledged repository&lt;/b&gt; with complete history
     and full revision tracking capabilities, not dependent on network access
-    or a central server.&lt;/p&gt;
+    or a central server. &lt;b&gt;Branching and merging are fast&lt;/b&gt; and easy to do.&lt;/p&gt;
     
     &lt;p&gt;Git is used for version control of files, much like tools such as
     &lt;a href=&quot;http://www.selenic.com/mercurial/wiki/&quot;&gt;Mercurial&lt;/a&gt;,
@@ -57,7 +57,7 @@
 
 &lt;div class=&quot;span-11&quot;&gt;
   &lt;div class=&quot;example&quot;&gt;
-  &lt;h3&gt;Cloning and Patching&lt;/h3&gt;
+  &lt;h3&gt;Cloning and Creating a Patch&lt;/h3&gt;
 &lt;pre&gt;$ git clone git://github.com/git/hello-world.git
 $ cd hello-world
 $ (edit files)</diff>
      <filename>app/views/page/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -31,9 +31,9 @@ h2.section-start { text-align:center; background: #9AB54F; color: #240; }
 #tip { text-align:center; padding: 10px; font-size: 200%;}
 
 #git-is { padding: 10px; background: #FFE9B7;}
-#git-is h3 { color: #630; font-size: 200%;}
+#git-is h3 { color: #630; font-size: 200%; font-weight: bold;}
 
-#download-source { padding: 8px; background: #B5463F; }
+#download-source { padding: 10px; background: #B5463F; }
 #download-source h3 { color: #fff; font-weight: bold; text-align: center;}
 #download-source h3 small { color: #eee; font-weight: normal; font-size: 70%;}
 </diff>
      <filename>public/stylesheets/style.css</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>log/development.log</filename>
    </removed>
    <removed>
      <filename>public/javascripts/controls.js</filename>
    </removed>
    <removed>
      <filename>public/javascripts/dragdrop.js</filename>
    </removed>
    <removed>
      <filename>public/javascripts/effects.js</filename>
    </removed>
    <removed>
      <filename>public/javascripts/prototype.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e068dded66a5ac8f734d08f81d5c0fbd5362f7bd</id>
    </parent>
  </parents>
  <author>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </author>
  <url>http://github.com/schacon/gitscm/commit/6d3fdbffc3555fe9fe4f31c98c691c528107a26c</url>
  <id>6d3fdbffc3555fe9fe4f31c98c691c528107a26c</id>
  <committed-date>2008-07-23T19:38:15-07:00</committed-date>
  <authored-date>2008-07-23T19:38:15-07:00</authored-date>
  <message>some more copy changes</message>
  <tree>3201985c988ec4d0ef2ed5cd7c2df52bd453e731</tree>
  <committer>
    <name>Scott Chacon</name>
    <email>schacon@gmail.com</email>
  </committer>
</commit>
