mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
tool/sync_default_gems.rb: remove CRs
This commit is contained in:
parent
f9c559a0a2
commit
4c039a2ea0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue