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:
Toshi MARUYAMA 2011-11-03 08:12:24 +00:00
parent 15795c4385
commit 57afa111a9
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ class Repository::Git < Repository
true
end
def supports_revision_graph?
true
end
def repo_log_encoding
'UTF-8'
end