加入输出日志

This commit is contained in:
guange 2015-07-25 10:17:03 +08:00
parent 928e4806c6
commit 5732d9cee2
1 changed files with 1 additions and 0 deletions

View File

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