Changelog prints output on two lines per commit

This commit is contained in:
Jakob Borg 2015-01-11 21:58:19 +01:00
parent 1816320124
commit bf2e4a561a

View File

@ -5,5 +5,5 @@ if [[ -z $since ]] ; then
since="$(git describe --abbrev=0 HEAD^).."
fi
git log --pretty=format:'* %s (%h, @%aN)' "$since" | egrep 'fixes #\d|ref #\d'
git log --pretty=format:'* %s \n (%h, @%aN)' "$since" | egrep 'fixes #\d|ref #\d' | sed s/\\\\n/\\$'\n'/