From: Vincent Bernat Date: Sun, 2 Sep 2012 07:49:47 +0000 (+0200) Subject: build: add author name and commit hash in generated changelog X-Git-Tag: 0.6.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef9d4476b1350de269061e645736350f273758f0;p=thirdparty%2Flldpd.git build: add author name and commit hash in generated changelog --- diff --git a/Makefile.am b/Makefile.am index 7931805c..d9f6df61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ $(distdir)/ChangeLog: if [ x"$$prev" = x"$$tag" ]; then continue; fi ; \ echo "$$prev:" ; \ echo "" ; \ - git log --pretty=' - %s' $$tag..$$prev ; \ + git log --pretty=' - [%h] %s (%an)' $$tag..$$prev ; \ echo "" ; \ prev=$$tag ; \ done > $@ ; \