Browse Source

Changelog prints output on two lines per commit

Jakob Borg 10 years ago
parent
commit
bf2e4a561a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      changelog.sh

+ 1 - 1
changelog.sh

@@ -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'/