mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
tool/sync_default_gems.rb: remove CRs
This commit is contained in:
parent
f9c559a0a2
commit
4c039a2ea0
@ -333,6 +333,7 @@ IGNORE_FILE_PATTERN =
|
||||
|
||||
def message_filter(repo, sha)
|
||||
log = STDIN.read
|
||||
log.delete!("\r")
|
||||
url = "https://github.com/#{repo}"
|
||||
print "[#{repo}] ", log.gsub(/fix +#\d+|\(#\d+\)/i) {
|
||||
$&.sub(/#/) {"#{url}/pull/"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user