]> code.delx.au - gnu-emacs/blobdiff - build-aux/gitlog-to-emacslog
* build-aux/gitlog-to-emacslog: Ignore more pointless merge commits.
[gnu-emacs] / build-aux / gitlog-to-emacslog
index 3d61ba1e389b866d51d5682f277978a4c083f950..cd93eced988c5110a92421b1bd4b68db5b01493f 100755 (executable)
@@ -77,7 +77,7 @@ test -d .git || {
 # Maybe we should skip all "Merge branch 'master'" messages.
 # See eg the cairo-related ones.
 ./build-aux/gitlog-to-changelog \
-    --ignore-matching="^; |^Merge branch 'master' of git\.(savannah|sv)\.gnu\.org:/srv/git/emacs$|^Merge remote-tracking branch '.*'$" \
+    --ignore-matching="^; |^Merge branch '(master|emacs-[0-9][0-9])' of git\.(savannah|sv)\.gnu\.org:/srv/git/emacs$|^Merge remote-tracking branch '.*'$" \
   --ignore-line='^; ' --format='%B' \
   "$gen_origin..$new_origin" >"ChangeLog.tmp" || exit