public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
lazy load url
timcharper (author)
Tue Apr 29 18:03:34 -0700 2008
commit  83ef2bc0c0909819c29ccc103a0e1f4270b9f518
tree    8a38ae62f8eae5f4f61fad882470f50e271686c4
parent  a4817ba8583aab2821b6dc93e149b2c57a1ef6a1
...
41
42
43
44
 
45
46
47
...
41
42
43
 
44
45
46
47
0
@@ -41,7 +41,7 @@ class SCM::Git::Submodule < SCM::Git::CommandProxyBase
0
     end
0
     
0
     def url
0
- @base.command("config", "--file", File.join(@base.git_base, ".gitmodules"), "submodule.#{path}.url")
0
+ @url ||= @base.command("config", "--file", File.join(@base.git_base, ".gitmodules"), "submodule.#{path}.url").strip
0
     end
0
     
0
     def name

Comments

    No one has commented yet.