Simplify ChangeLog output.
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user