]> code.delx.au - gnu-emacs/blobdiff - build-aux/gitlog-to-emacslog
; Auto-commit of ChangeLog files.
[gnu-emacs] / build-aux / gitlog-to-emacslog
old mode 100644 (file)
new mode 100755 (executable)
index e38f896..e687708
@@ -23,7 +23,7 @@ LC_ALL=C
 export LC_ALL
 
 # The newest revision that should not appear in the generated ChangeLog.
-gen_origin=d2c7e14ac3bd2b517d35a86255c28d5b6d779451
+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