summaryrefslogtreecommitdiff
path: root/tool/lib/vcs.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2021-01-26 09:58:11 +0900
committerNobuyoshi Nakada <[email protected]>2021-01-26 09:58:11 +0900
commita56760b908fb89dbcf4bea5f6d8f6576bc88e1d2 ()
treef15b8e4247876dcd31a6a167bf9df30430e7ce27 /tool/lib/vcs.rb
parent19e6d271266eca5925e66fc8ec39b251a2fa6bcd (diff)
vcs.rb: allow log-fix to insert an empty line
-rw-r--r--tool/lib/vcs.rb2
1 files changed, 1 insertions, 1 deletions
@@ -595,7 +595,7 @@ class VCS
end
raise message.join('')
end
- when %r[^( +)(\d+)i/(.+)/]
s[$2.to_i, 0] = "#{$1}#{$3}\n"
end
end