findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/4] maint: generate ChangeLog with --no-cluster


From: Bernhard Voelker
Subject: [PATCH 3/4] maint: generate ChangeLog with --no-cluster
Date: Mon, 20 Sep 2021 00:07:09 +0200

* 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.
---
 build-aux/gen-changelog.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/gen-changelog.sh b/build-aux/gen-changelog.sh
index 388fd541..73ec7c11 100755
--- a/build-aux/gen-changelog.sh
+++ b/build-aux/gen-changelog.sh
@@ -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"
-- 
2.33.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]