加入输出日志

szzh
guange 10 years ago
parent 928e4806c6
commit 5732d9cee2

@ -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

Loading…
Cancel
Save