<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>extended_rubygit_gem/git-1.0.5.gem</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,33 @@
+SmartMigrations
+===============
+
+Requires a extended 'rubygit' gem that has stashes
+cd vendor/plugins/smart_migrations/extended_rubygit_gem
+sudo gem install git-1.0.5
+
+Example
+=======
+
+class MyMigration &lt; ActiveRecord::Migration
+  
+	# Would be better if you used a git-tag to tag the revision
+  use_git_revision &quot;675bacdd870a098a98aa3f858d92e1047ba28a7d&quot;
+
+  def self.up
+    puts &quot;This is a test migration&quot;
+  end
+
+  def self.down
+    
+  end
+  
+end
+
+TODO
+===============
+
+* Check for the revision where the migration was checked in or last edited and 
+	automatically use that revision if no revision has been specified
+	
+	
+Copyright (c) 2008 Eric Goodwin, released under the MIT license
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6cf0661949bb407f4fd42ce4cf6b89325c70ce44</id>
    </parent>
  </parents>
  <author>
    <name>Eric Goodwin</name>
    <email>eric@ericgoodwin.com</email>
  </author>
  <url>http://github.com/ericgoodwin/gitty-migrations/commit/0a0c428deeb8eae529ce29713670398ca92c1cf9</url>
  <id>0a0c428deeb8eae529ce29713670398ca92c1cf9</id>
  <committed-date>2008-03-03T11:53:09-08:00</committed-date>
  <authored-date>2008-03-03T11:53:09-08:00</authored-date>
  <message>Added the extended rubygit gem</message>
  <tree>25a2ac0178c4306a41e9b7b61f2c3ca181702a2e</tree>
  <committer>
    <name>Eric Goodwin</name>
    <email>eric@ericgoodwin.com</email>
  </committer>
</commit>
