scm: git: add the model method whether reporting last commit in repository tree (#7047).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5656 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-05 11:43:09 +00:00
parent 12f4b8b6d9
commit 03fb61a782
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ class Repository::Git < Repository
'Git'
end
def report_last_commit
true
end
def supports_directory_revisions?
true
end