vcs.rb: allow log-fix to insert an empty line
This commit is contained in:
parent
19e6d27126
commit
a56760b908
@ -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…
x
Reference in New Issue
Block a user