1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Modified commit message with upstream repository name.

This commit is contained in:
Hiroshi SHIBATA 2019-07-14 21:31:16 +09:00
parent 265e94a7fa
commit 46491af74c

View file

@ -246,6 +246,8 @@ def sync_default_gems_with_commits(gem, range)
puts "Failed to pick #{commit}."
break
end
`git filter-branch --msg-filter 'echo "[#{$repositories[gem.to_sym]}]" && echo && cat' -- HEAD~1..HEAD`
end
end
end