From 7c7ff19b2973c87855ddf7b3f0260b79dda80ff0 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 13 Apr 2015 15:03:02 +0200 Subject: [PATCH] Output more info with git-to-changelog --- build-scripts/git-to-changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/git-to-changelog b/build-scripts/git-to-changelog index a474dbb87..ea29d47ed 100755 --- a/build-scripts/git-to-changelog +++ b/build-scripts/git-to-changelog @@ -3,6 +3,6 @@ if [ "$1" = "-" ]; then cat else - git log --pretty=format:'- [commit %h](https://github.com/PowerDNS/pdns/commit/%h): %s' "$@" |\ + git log --no-merges --pretty=format:'- [commit %h](https://github.com/PowerDNS/pdns/commit/%h): %s (%an)' "$@" |\ sed -r 's!#([[:digit:]]+)![ticket #\1](https://github.com/PowerDNS/pdns/issues/\1)!g;' fi -- 2.40.0