Simplify ChangeLog output.

This commit is contained in:
Sam Hocevar
2010-01-31 12:05:43 +00:00
committed by sam
parent 5a967b990b
commit 586b5df8a0
+2 -1
View File
@@ -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: