<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,8 @@ namespace :git do
     v = ENV['VERSION'] or abort 'Must supply VERSION=x.y.z'
     abort &quot;Versions don't match #{v} vs #{PROJ.version}&quot; if v != PROJ.version
 
-    tag = &quot;%s-%s&quot; % [PROJ.name, PROJ.version]
+#    tag = &quot;%s-%s&quot; % [PROJ.name, PROJ.version]
+    tag = &quot;%s&quot; % [ PROJ.version ]
     msg = &quot;Creating tag for #{PROJ.name} version #{PROJ.version}&quot;
 
     puts &quot;Creating Git tag '#{tag}'&quot;
@@ -24,16 +25,16 @@ namespace :git do
       abort &quot;Tag creation failed&quot;
     end
 
-    if %x/git remote/ =~ %r/^origin\s*$/
-      unless system &quot;git push origin #{tag}&quot;
-        abort &quot;Could not push tag to remote Git repository&quot;
-      end
-    end
+#    if %x/git remote/ =~ %r/^origin\s*$/
+#      unless system &quot;git push origin #{tag}&quot;
+#        abort &quot;Could not push tag to remote Git repository&quot;
+#      end
+#    end
   end
 
 end  # namespace :git
 
-task 'gem:release' =&gt; 'git:create_tag'
+#task 'gem:release' =&gt; 'git:create_tag'
 
 end  # if HAVE_GIT
 </diff>
      <filename>tasks/git.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3d0e391509c2931c74eca9185c863463e3e3236e</id>
    </parent>
  </parents>
  <author>
    <name>Wayne Meissner</name>
    <email>wmeissner@gmail.com</email>
  </author>
  <url>http://github.com/ffi/ffi/commit/2ad30aea410b84149296104e0f5b53167bca28b9</url>
  <id>2ad30aea410b84149296104e0f5b53167bca28b9</id>
  <committed-date>2009-11-05T11:53:08-08:00</committed-date>
  <authored-date>2009-11-05T10:52:29-08:00</authored-date>
  <message>Disable git tagging during release</message>
  <tree>c65ff098a332919cd99cda57db788f02e4c783ea</tree>
  <committer>
    <name>Wayne Meissner</name>
    <email>wmeissner@gmail.com</email>
  </committer>
</commit>
