diff options
Diffstat (limited to 'build-aux/gitlog-to-emacslog')
-rwxr-xr-x | build-aux/gitlog-to-emacslog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/gitlog-to-emacslog b/build-aux/gitlog-to-emacslog index aa4206005c..d1b1af9b53 100755 --- a/build-aux/gitlog-to-emacslog +++ b/build-aux/gitlog-to-emacslog @@ -58,7 +58,7 @@ test -d .git || { # Use Gnulib's packaged ChangeLog generator. ./build-aux/gitlog-to-changelog --ignore-matching='^; ' \ - --format='%B' \ + --ignore-line='^; ' --format='%B' \ "$gen_origin.." >"ChangeLog.tmp" || exit if test -s "ChangeLog.tmp"; then |