加入输出日志

szzh
guange 10 years ago
parent 928e4806c6
commit 5732d9cee2

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

Loading…
Cancel
Save