##// END OF EJS Templates
scm: git: override entries() in model for browsing tree performance (#7047)....
Toshi MARUYAMA -
r5535:12f4b8b6d94c
parent child
Show More
@@ -70,6 +70,10 class Repository::Git < Repository
70 changesets.find(:first, :conditions => ['scmid LIKE ?', "#{name}%"])
70 changesets.find(:first, :conditions => ['scmid LIKE ?', "#{name}%"])
71 end
71 end
72
72
73 def entries(path=nil, identifier=nil)
74 scm.entries(path, identifier)
75 end
76
73 # In Git and Mercurial, revisions are not in date order.
77 # In Git and Mercurial, revisions are not in date order.
74 # Mercurial fixed issues.
78 # Mercurial fixed issues.
75 # * Redmine Takes Too Long On Large Mercurial Repository
79 # * Redmine Takes Too Long On Large Mercurial Repository
General Comments 0
You need to be logged in to leave comments. Login now