Pārlūkot izejas kodu

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 gadus atpakaļ
vecāks
revīzija
e40240abd2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh Parādīt failu

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