浏览代码

Prefix newline before each item in changelog

The changelog is intended to be edited, but it's more convenient this
way (especially if you're like me, using Vim and '{' and '}' as major
means of moving around.
Alois Mahdal 7 年前
父节点
当前提交
e40240abd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh 查看文件

165
     echo ""
165
     echo ""
166
     git_fact reldiff \
166
     git_fact reldiff \
167
       | sed '
167
       | sed '
168
-            s/^[a-f0-9]\{7\} / *  &/; t PATHS
168
+            s/^[a-f0-9]\{7\} /\n *  &/; t PATHS
169
             s/^/        /
169
             s/^/        /
170
             :PATHS
170
             :PATHS
171
         '
171
         '