parent
088e9b200a
commit
a04fe786ea
|
@ -709,7 +709,8 @@ update
|
|||
commits_by_author.each do |cba|
|
||||
all_author << cba.first
|
||||
end
|
||||
all_author = all_author.collect {|c| c.gsub(%r{<.+@.+>}, '') }
|
||||
# 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, "2015-01-24", "2015-07-24")
|
||||
Rails.logger.debug "######################################{commits_by_author}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue