From ef9d4476b1350de269061e645736350f273758f0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 2 Sep 2012 09:49:47 +0200 Subject: [PATCH] build: add author name and commit hash in generated changelog --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 > $@ ; \ -- 2.39.5