代码量统计

szzh
huang 10 years ago
parent 59a3072f81
commit fbc0f074d4

@ -711,7 +711,7 @@ update
end
# all_author = all_author.collect {|c| c.gsub(%r{/ /<.+@.+>}, '') }
all_author = all_author.collect {|c| c.split.first }
commits_by_author = repository.commits(all_author, "2014-01-24", "2015-07-24")
commits_by_author = repository.commits(all_author, '@date_from', "@date_to", "szzh")
Rails.logger.debug "######################################{commits_by_author}"
fields = commits_by_author.collect {|r| r.first}

Loading…
Cancel
Save