From ac491b6cf9667e4e68e118eb6db03841599b730f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 24 Apr 2015 16:16:01 -0400 Subject: [PATCH] * build-aux/gitlog-to-emacslog: Use raw log format rather than wrapped one. --- build-aux/gitlog-to-emacslog | 1 + 1 file changed, 1 insertion(+) diff --git a/build-aux/gitlog-to-emacslog b/build-aux/gitlog-to-emacslog index d994d140fe..996f6d0ec7 100755 --- a/build-aux/gitlog-to-emacslog +++ b/build-aux/gitlog-to-emacslog @@ -34,6 +34,7 @@ test -d ${srcprefix}.git || { # Use Gnulib's packaged ChangeLog generator. ${srcprefix}build-aux/gitlog-to-changelog --ignore-matching='^; ' \ + --format='%B' \ "$gen_origin.." >"${distprefix}ChangeLog.tmp" || exit if test -s "${distprefix}ChangeLog.tmp"; then -- 2.39.2