]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: add author name and commit hash in generated changelog
authorVincent Bernat <bernat@luffy.cx>
Sun, 2 Sep 2012 07:49:47 +0000 (09:49 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 2 Sep 2012 07:49:47 +0000 (09:49 +0200)
Makefile.am

index 7931805ca797bbf0562789579437034100af6dd8..d9f6df61708b4b225cd4ecd49e72b90facce8e9f 100644 (file)
@@ -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 > $@ ; \