maint: generate ChangeLog with --no-cluster

* build-aux/gen-changelog.sh: Call gitlog-to-changelog with the
--no-cluster option.  The resulting ChangeLog reads better, because
each commit get its own date/author line.
This commit is contained in:
2021-09-16 23:09:15 +02:00
parent c286752823
commit 45d8dd64d5

View File

@@ -24,6 +24,7 @@ top_srcdir="$1"
--srcdir="${top_srcdir}" \
--amend="${top_srcdir}/build-aux/git-log-fix" \
--ignore-matching='IGNORE_THIS' \
--no-cluster \
--since='2014-01-01' \
--strip-cherry-pick \
&& cat "${top_srcdir}/ChangeLog-2013"