Skip to content

Commit 757ffca

Browse files
committed
lib/draft.sh: enforce newline between commits
Signed-off-by: Tim Janik <timj@gnu.org>
1 parent 1fcce88 commit 757ffca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/draft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if test "${#PARENTS[@]}" -ge 2 ; then
9090
else
9191
echo -e "\n* Branch '$(find_first_bookmark $c)' commit log:"
9292
fi
93-
$JJ log --no-graph -r "$FORK_POINT..$c" -T '"\x0c"++description' |
93+
$JJ log --no-graph -r "$FORK_POINT..$c" -T '"\x0c"++description++"\n"' |
9494
sed '/^\([A-Z][a-z0-9-]*-by\|Cc\):/d' | # strip Signed-off-by:
9595
sed '/^$/d ; s/^/\t/ ; s/^\t\f$/ (no description)/ ; s/^\t\f/ /' || :
9696
done

0 commit comments

Comments
 (0)