]> code.delx.au - gnu-emacs/blobdiff - build-aux/gitlog-to-emacslog
; Auto-commit of ChangeLog files.
[gnu-emacs] / build-aux / gitlog-to-emacslog
index aa4206005c3514f4b3632d9a560840a5e43d6ae9..e687708608140e45459925568331734d4ebd8b61 100755 (executable)
@@ -23,7 +23,7 @@ LC_ALL=C
 export LC_ALL
 
 # The newest revision that should not appear in the generated ChangeLog.
-gen_origin=f89080d18dd64e0c92c5f3d206182d65f23eafeb
+gen_origin=0700eb152da4c57419a391161107b48d81abdeb2
 force=
 output=ChangeLog
 nmax=2
@@ -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