* admin/gitmerge.el (gitmerge-skip-regexp): Add yet another variant.
This commit is contained in:
parent
edd0c24116
commit
874f69acec
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue