@@ -75,6 +75,10 class Repository < ActiveRecord::Base | |||
|
75 | 75 | true |
|
76 | 76 | end |
|
77 | 77 | |
|
78 | def supports_directory_revisions? | |
|
79 | false | |
|
80 | end | |
|
81 | ||
|
78 | 82 | def entry(path=nil, identifier=nil) |
|
79 | 83 | scm.entry(path, identifier) |
|
80 | 84 | end |
@@ -36,6 +36,10 class Repository::Git < Repository | |||
|
36 | 36 | 'Git' |
|
37 | 37 | end |
|
38 | 38 | |
|
39 | def supports_directory_revisions? | |
|
40 | true | |
|
41 | end | |
|
42 | ||
|
39 | 43 | def repo_log_encoding |
|
40 | 44 | 'UTF-8' |
|
41 | 45 | end |
General Comments 0
You need to be logged in to leave comments.
Login now