diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 9b882bb264..7f5e597f24 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -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