]> code.delx.au - gnu-emacs/blobdiff - build-aux/gitlog-to-emacslog
Add option to ignore commit lines matching a pattern in ChangeLog.
[gnu-emacs] / build-aux / gitlog-to-emacslog
index aa4206005c3514f4b3632d9a560840a5e43d6ae9..d1b1af9b538a9a555457c8618431765047aa3370 100755 (executable)
@@ -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