use a temp GIT_INDEX_FILE when working with the real git index (during reverts)
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user