From: Peter van Dijk Date: Thu, 23 May 2013 12:39:50 +0000 (+0200) Subject: add git-to-changelog tool X-Git-Tag: auth-3.3-rc1~17^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b93627a6506c1d6a213947ae38dcbc035307acfb;p=pdns add git-to-changelog tool --- diff --git a/build-scripts/git-to-changelog b/build-scripts/git-to-changelog new file mode 100755 index 000000000..8100a7ded --- /dev/null +++ b/build-scripts/git-to-changelog @@ -0,0 +1,6 @@ +#!/bin/sh +git log --pretty=format:' + + g%h: %s + +' "$@" | perl -pe 's/\#(\d+)/t$1/g'