<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,8 @@
 == Edge
 
 * minor enhancements
-  * Updated Readme/TDOD
+  * Updated Readme/TODO
+  * Some crufty output is now suppressed/removed
 
 == 0.1.5 2008-11-25
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 * add 'gem' command - should it freeze the gem in to vendor/gems?
-* BETTER OUTPUT - less uninteresting cruft in the output please
+* BETTER OUTPUT - even less uninteresting cruft in the output please
 * specs!
 * cucumber features!</diff>
      <filename>Todo.txt</filename>
    </modified>
    <modified>
      <diff>@@ -58,26 +58,24 @@ module Garlic
         puts &quot;Rails app for #{name} exists&quot;
       else
         puts &quot;Creating rails app for #{name}...&quot;
-        sh &quot;ruby #{rails_repo.path}/railties/bin/rails #{path}&quot;, :verbose =&gt; false
+        `ruby #{rails_repo.path}/railties/bin/rails #{path}`
       end
-      install_dependency(rails_repo, 'vendor/rails') { sh &quot;rake rails:update&quot; }
+      install_dependency(rails_repo, 'vendor/rails') { `rake rails:update` }
     end
 
     def install_dependency(repo, install_path = &quot;.&quot;, options = {}, &amp;block)
       repo = garlic.repo(repo) unless repo.is_a?(Repo)
       tree_ish = Repo.tree_ish(options)
       
-      puts tree_ish
-      
       if options[:clone]
         if Repo.path?(install_path)
           puts &quot;#{install_path} exists, and is a repo&quot;
-          cd(install_path) { sh &quot;git fetch origin&quot; }
+          cd(install_path) { `git fetch origin` }
         else
           puts &quot;cloning #{repo.name} to #{install_path}&quot;
           repo.clone_to(File.join(path, install_path))
         end
-        cd(install_path) { sh &quot;git checkout #{tree_ish || repo.head_sha}&quot; }
+        cd(install_path) { `git checkout #{tree_ish || repo.head_sha}` }
       
       else
         if read_sha(install_path) == repo.head_sha</diff>
      <filename>lib/garlic/target.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>02706ed803ba94dde6fa912d361e255dde6a05bc</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/garlic/commit/b4e8bfb88f5ef521f68bad038191334400b63382</url>
  <id>b4e8bfb88f5ef521f68bad038191334400b63382</id>
  <committed-date>2008-11-26T20:43:36-08:00</committed-date>
  <authored-date>2008-11-26T20:43:36-08:00</authored-date>
  <message>Some crufty output is now suppressed/removed</message>
  <tree>bdf0a78e859adb7df34f42ba8f8a09577557d197</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
