Skip to content

Commit e729ff5

Browse files
committed
* admin/gitmerge.el (gitmerge-skip-regexp): Be more restrictive.
1 parent 248c5e1 commit e729ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/gitmerge.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
;; caused false positives. --Stef
5353
(let ((skip "back[- ]?port\\|cherry picked from commit\\|\
5454
\\(do\\( no\\|n['’]\\)t\\|no need to\\) merge\\|not to be merged\\|\
55-
bump \\(Emacs \\)?version\\|Auto-commit"))
55+
bump Emacs version\\|Auto-commit"))
5656
(if noninteractive skip
5757
;; "Regenerate" is quite prone to false positives.
5858
;; We only want to skip merging things like AUTHORS and ldefs-boot.

0 commit comments

Comments
 (0)