|
|
|
@ -39,7 +39,9 @@ class Repository::Git < Repository
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
def commits(authors, start_date, end_date)
|
|
|
|
|
scm.commits(authors, start_date, end_date)
|
|
|
|
|
scm.commits(authors, start_date, end_date).map {|commit|
|
|
|
|
|
[commit[:author], commit[:num]]
|
|
|
|
|
}
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
def report_last_commit
|
|
|
|
|