|
|
@ -404,6 +404,7 @@ module Redmine
|
|
|
|
git_cmd(cmd_args) do |io|
|
|
|
|
git_cmd(cmd_args) do |io|
|
|
|
|
commits = io.read
|
|
|
|
commits = io.read
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
logger.info "git log output for #{author} #{commits}"
|
|
|
|
rs << {author: author, num: parse_commit(commits)}
|
|
|
|
rs << {author: author, num: parse_commit(commits)}
|
|
|
|
end
|
|
|
|
end
|
|
|
|
rs
|
|
|
|
rs
|
|
|
|