We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcce88 commit 757ffcaCopy full SHA for 757ffca
lib/draft.sh
@@ -90,7 +90,7 @@ if test "${#PARENTS[@]}" -ge 2 ; then
90
else
91
echo -e "\n* Branch '$(find_first_bookmark $c)' commit log:"
92
fi
93
- $JJ log --no-graph -r "$FORK_POINT..$c" -T '"\x0c"++description' |
+ $JJ log --no-graph -r "$FORK_POINT..$c" -T '"\x0c"++description++"\n"' |
94
sed '/^\([A-Z][a-z0-9-]*-by\|Cc\):/d' | # strip Signed-off-by:
95
sed '/^$/d ; s/^/\t/ ; s/^\t\f$/ (no description)/ ; s/^\t\f/ /' || :
96
done
0 commit comments