diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-01-26 09:58:11 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-01-26 09:58:11 +0900 |
commit | a56760b908fb89dbcf4bea5f6d8f6576bc88e1d2 () | |
tree | f15b8e4247876dcd31a6a167bf9df30430e7ce27 /tool/lib/vcs.rb | |
parent | 19e6d271266eca5925e66fc8ec39b251a2fa6bcd (diff) |
vcs.rb: allow log-fix to insert an empty line
-rw-r--r-- | tool/lib/vcs.rb | 2 |
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 |