зеркало из https://github.com/github/ruby.git
Subjects may contain a comma [ci skip]
This commit is contained in:
Родитель
73af1c4d00
Коммит
7a07c54bef
|
@ -243,7 +243,7 @@ def sync_default_gems_with_commits(gem, range)
|
|||
commits = []
|
||||
|
||||
IO.popen(%W"git log --format=%H,%s #{range}") do |f|
|
||||
commits = f.read.split("\n").reverse.map{|commit| commit.split(',')}
|
||||
commits = f.read.split("\n").reverse.map{|commit| commit.split(',', 2)}
|
||||
end
|
||||
|
||||
# Ignore Merge commit and insufficiency commit for ruby core repository.
|
||||
|
|
Загрузка…
Ссылка в новой задаче