use a temp GIT_INDEX_FILE when working with the real git index (during reverts)

This commit is contained in:
rick
2010-12-08 15:17:18 -08:00
parent 057baac3ce
commit 074b2119fa
2 changed files with 13 additions and 3 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ end
def commit_details
{ :message => "Did something at #{Time.now}",
:name => "Tom Preston-Werner",
:email => "tom@github.com" }
:name => "Tom Preston-Werner",
:email => "tom@github.com" }
end
# test/spec/mini 3