mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Squelch filter-branch warning and sleeping
This commit is contained in:
parent
ffa7ceceaf
commit
1b86309b04
1 changed files with 2 additions and 0 deletions
|
@ -310,6 +310,8 @@ def sync_default_gems_with_commits(gem, range)
|
|||
|
||||
failed_commits = []
|
||||
|
||||
ENV["FILTER_BRANCH_SQUELCH_WARNING"] = "1"
|
||||
|
||||
commits.each do |sha, subject|
|
||||
puts "Pick #{sha} from #{$repositories[gem.to_sym]}."
|
||||
|
||||
|
|
Loading…
Reference in a new issue