* admin/gitmerge.el (gitmerge-skip-regexp): Add yet another variant.

This commit is contained in:
Glenn Morris 2018-12-10 12:42:17 -05:00
parent edd0c24116
commit 874f69acec

View file

@ -51,7 +51,7 @@
;; We used to include "sync" in there, but in my experience it only
;; caused false positives. --Stef
(let ((skip "back[- ]?port\\|cherry picked from commit\\|\
\\(do\\( no\\|n[']\\)t\\|no need to\\) merge\\|\
\\(do\\( no\\|n[']\\)t\\|no need to\\) merge\\|not to be merged\\|\
bump \\(Emacs \\)?version\\|Auto-commit"))
(if noninteractive skip
;; "Regenerate" is quite prone to false positives.