Browse Source

Changelog should read in chronological order from the top

Jakob Borg 11 years ago
parent
commit
703987f61c
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  \n  (%h, @%aN)' "$since" | egrep 'fixes #\d|ref #\d' | sed s/\\\\n/\\$'\n'/
+git log --reverse --pretty=format:'* %s  \n  (%h, @%aN)' "$since" | egrep 'fixes #\d|ref #\d' | sed s/\\\\n/\\$'\n'/