mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vcs.rb: allow log-fix to insert an empty line
This commit is contained in:
parent
19e6d27126
commit
a56760b908
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ class VCS
|
|||
end
|
||||
raise message.join('')
|
||||
end
|
||||
when %r[^( +)(\d+)i/(.+)/]
|
||||
when %r[^( +)(\d+)i/(.*)/]
|
||||
s[$2.to_i, 0] = "#{$1}#{$3}\n"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue