public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
aliased "names" to "list_names"
timcharper (author)
Tue Apr 01 00:31:49 -0700 2008
commit  cc8fd5e3db61a0864f835a09a5cfae267f3e276e
tree    e52e1568d83efd2ac3532e24012d5ae72f918347
parent  0e601c202022da6000059eb16124cfa72fa2cf25
...
60
61
62
 
 
63
64
65
...
60
61
62
63
64
65
66
67
0
@@ -60,6 +60,8 @@ class SCM::Git::Branch < SCM::Git::SubmoduleBase
0
     list(*args).map{|b| b[:name]}
0
   end
0
   
0
+ alias names list_names
0
+
0
   def current
0
     all(:local).find { |b| b.current? }
0
   end

Comments

    No one has commented yet.