<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,15 +24,21 @@ garlic do
 
   # for target, default repo is 'rails', default branch is 'master'
   target 'edge' do
-    plugin 'response_for', :clone =&gt; true # so we can work on it and push fixes upstream
+    prepare do
+      plugin 'response_for', :clone =&gt; true # so we can work on it and push fixes upstream
+    end
   end
   
   target '2.0-stable', :branch =&gt; 'origin/2-0-stable' do
-    plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
+    prepare do
+      plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
+    end
   end
     
   target '2.0.2', :tag =&gt; 'v2.0.2' do
-    plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
+    prepare do
+      plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
+    end
   end
 
   all_targets do</diff>
      <filename>garlic_example.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3743e5ba71c47e4256649e631318bd3c45d78a1c</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/69cfeabc043e00ba4b16b09e8c6d58f7843e1db3</url>
  <id>69cfeabc043e00ba4b16b09e8c6d58f7843e1db3</id>
  <committed-date>2008-04-30T08:23:54-07:00</committed-date>
  <authored-date>2008-04-30T08:23:54-07:00</authored-date>
  <message>Fixed garlic_example.rb</message>
  <tree>f05d165f979604875d2f5fe6c9f6bf4619341e90</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
