]> git.ipfire.org Git - thirdparty/pdns.git/blob - build-scripts/git-to-changelog
add git-to-changelog tool
[thirdparty/pdns.git] / build-scripts / git-to-changelog
1 #!/bin/sh
2 git log --pretty=format:'<listitem>
3 <para>
4 g%h: %s
5 </para>
6 </listitem>' "$@" | perl -pe 's/\#(\d+)/t$1/g'