@@ -37,7 +37,7 class Repository::Git < Repository | |||
|
37 | 37 | 'Git' |
|
38 | 38 | end |
|
39 | 39 | |
|
40 | def report_last_commit | |
|
40 | def extra_report_last_commit | |
|
41 | 41 | true |
|
42 | 42 | end |
|
43 | 43 | |
@@ -77,7 +77,7 class Repository::Git < Repository | |||
|
77 | 77 | def entries(path=nil, identifier=nil) |
|
78 | 78 | scm.entries(path, |
|
79 | 79 | identifier, |
|
80 | options = {:report_last_commit => report_last_commit}) | |
|
80 | options = {:report_last_commit => extra_report_last_commit}) | |
|
81 | 81 | end |
|
82 | 82 | |
|
83 | 83 | # In Git and Mercurial, revisions are not in date order. |
General Comments 0
You need to be logged in to leave comments.
Login now