From 0f84217752fe50155f1f00fd14efbbbbdfaaed24 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 25 Sep 2015 08:14:02 +0200 Subject: [PATCH] =?utf8?q?maint:=20put=20newline=20after=20'Subjec=C5=A7'?= =?utf8?q?=20in=20ChangeLog?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Makefile.am ($(changelog)): Use --format='%s%n%n%b%n'. Signed-off-by: Pavel Raiskup --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c4099cc70..b8d270309 100644 --- a/Makefile.am +++ b/Makefile.am @@ -551,6 +551,7 @@ $(changelog): FORCE $(AM_V_GEN)if test -d '$(srcdir)/.git'; then \ TZ=UTC $(gitlog_to_changelog) --amend=$(git_log_fix) \ --ignore-matching=Omit-from-ChangeLog. \ + --format='%s%n%n%b%n' \ --since=$(changelog_start_date) > '$@T'; \ rm -f '$@'; mv '$@T' '$@'; \ cat '$(changelog_old)' >> '$@'; \ -- 2.47.3