From 586b5df8a0b0180bfab0c18c6b5c4cb89ed52798 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 31 Jan 2010 12:05:43 +0000 Subject: [PATCH] Simplify ChangeLog output. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index de38ace..57ee74b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 update-changelog: FORCE git --help >/dev/null 2>&1 \ && test -d .git \ - && git log --stat | grep -v '^ \(git-svn-id\|$$\)' > ChangeLog + && git log --stat | grep -v '^ \(git-svn-id\|$$\)' \ + | sed '/^Author:/s/ <.*@.*>//' > ChangeLog FORCE: