]> code.delx.au - gnu-emacs/blobdiff - build-aux/gitlog-to-emacslog
* build-aux/gitlog-to-emacslog:
[gnu-emacs] / build-aux / gitlog-to-emacslog
index d994d140fe68fe2480edd771d92f4f251b3d782e..996f6d0ec7d6c463bf6ebc10fa72cd9b9cd0da64 100755 (executable)
@@ -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