emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ac491b6: * build-aux/gitlog-to-emacslog:


From: Glenn Morris
Subject: [Emacs-diffs] master ac491b6: * build-aux/gitlog-to-emacslog:
Date: Fri, 24 Apr 2015 20:16:06 +0000

branch: master
commit ac491b6cf9667e4e68e118eb6db03841599b730f
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * build-aux/gitlog-to-emacslog:
    Use raw log format rather than wrapped one.
---
 build-aux/gitlog-to-emacslog |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]