##// END OF EJS Templates
scm: git: add the model method whether reporting last commit in repository tree (#7047)....
Toshi MARUYAMA -
r5536:03fb61a782a3
parent child
Show More
@@ -37,6 +37,10 class Repository::Git < Repository
37 'Git'
37 'Git'
38 end
38 end
39
39
40 def report_last_commit
41 true
42 end
43
40 def supports_directory_revisions?
44 def supports_directory_revisions?
41 true
45 true
42 end
46 end
General Comments 0
You need to be logged in to leave comments. Login now