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:
parent
12f4b8b6d9
commit
03fb61a782
|
@ -37,6 +37,10 @@ class Repository::Git < Repository
|
|||
'Git'
|
||||
end
|
||||
|
||||
def report_last_commit
|
||||
true
|
||||
end
|
||||
|
||||
def supports_directory_revisions?
|
||||
true
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue