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:
parent
1ea1606007
commit
773b248669
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue