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:
parent
265e94a7fa
commit
46491af74c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue