diff --git a/build-aux/gitlog-to-emacslog b/build-aux/gitlog-to-emacslog index d994d140fe6..996f6d0ec7d 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