From: Glenn Morris Date: Fri, 24 Apr 2015 20:16:01 +0000 (-0400) Subject: * build-aux/gitlog-to-emacslog: X-Git-Tag: emacs-25.0.90~2310 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac491b6cf9667e4e68e118eb6db03841599b730f;p=emacs.git * build-aux/gitlog-to-emacslog: Use raw log format rather than wrapped one. --- 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