public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
fileutils dependency must be loaded
timcharper (author)
Tue Apr 29 18:04:36 -0700 2008
commit  5249ba96c1dc262b69aa9eec8a15052b97a519fb
tree    840db78b7498860cd6f477075fbc9aac23ff7fa8
parent  83ef2bc0c0909819c29ccc103a0e1f4270b9f518
...
1
 
 
2
3
4
...
1
2
3
4
5
6
0
@@ -1,4 +1,6 @@
0
 require 'md5'
0
+require 'fileutils'
0
+
0
 class SCM::Git::Submodule < SCM::Git::CommandProxyBase
0
   def init_and_update
0
     output = @base.command("submodule", "init")

Comments

    No one has commented yet.