mirror of
https://github.com/redmine/redmine.git
synced 2026-07-08 12:13:42 +02:00
scm: git: change model report_last_commit() name to extra_report_last_commit() (#7047).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5661 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -37,7 +37,7 @@ class Repository::Git < Repository
|
||||
'Git'
|
||||
end
|
||||
|
||||
def report_last_commit
|
||||
def extra_report_last_commit
|
||||
true
|
||||
end
|
||||
|
||||
@@ -77,7 +77,7 @@ class Repository::Git < Repository
|
||||
def entries(path=nil, identifier=nil)
|
||||
scm.entries(path,
|
||||
identifier,
|
||||
options = {:report_last_commit => report_last_commit})
|
||||
options = {:report_last_commit => extra_report_last_commit})
|
||||
end
|
||||
|
||||
# In Git and Mercurial, revisions are not in date order.
|
||||
|
||||
Reference in New Issue
Block a user