<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,16 +1,18 @@
+STDOUT.sync = true
+
 module Rails
   class Git &lt; Scm
     def self.clone(repos, branch=nil)
-      `git clone #{repos}`
+      system &quot;git clone #{repos}&quot;
 
       if branch
-        `cd #{repos.split('/').last}/`
-        `git checkout #{branch}`
+        system &quot;cd #{repos.split('/').last}/&quot;
+        system &quot;git checkout #{branch}&quot;
       end
     end
 
     def self.run(command)
-      `git #{command}`
+      system &quot;git #{command}&quot;
     end
   end
 end
\ No newline at end of file</diff>
      <filename>railties/lib/rails_generator/generators/applications/app/scm/git.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>95db8aaa5f395b77e4a54a6cc1bed741251dc81f</id>
    </parent>
  </parents>
  <author>
    <name>Sven Fuchs</name>
    <email>svenfuchs@artweb-design.de</email>
  </author>
  <url>http://github.com/findsyou/rails/commit/5a0e2959117e29e6836b9f611d6ba1d3260702b7</url>
  <id>5a0e2959117e29e6836b9f611d6ba1d3260702b7</id>
  <committed-date>2009-08-05T11:40:11-07:00</committed-date>
  <authored-date>2009-08-05T11:40:11-07:00</authored-date>
  <message>Make app template git adapter sync back output immediately by using system() instead of backticks [#2047 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
  <tree>cba0fb92633213a586899147732def0f54f7640b</tree>
  <committer>
    <name>Pratik Naik</name>
    <email>pratiknaik@gmail.com</email>
  </committer>
</commit>
