scm: model: git: set revision graph support true (#5501)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7717 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
15795c4385
commit
57afa111a9
|
@ -53,6 +53,10 @@ class Repository::Git < Repository
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def supports_revision_graph?
|
||||||
|
true
|
||||||
|
end
|
||||||
|
|
||||||
def repo_log_encoding
|
def repo_log_encoding
|
||||||
'UTF-8'
|
'UTF-8'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue