mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* admin/gitmerge.el (gitmerge-skip-regexp): Be more restrictive.
This commit is contained in:
parent
248c5e103d
commit
e729ff504b
@ -52,7 +52,7 @@
|
||||
;; caused false positives. --Stef
|
||||
(let ((skip "back[- ]?port\\|cherry picked from commit\\|\
|
||||
\\(do\\( no\\|n['’]\\)t\\|no need to\\) merge\\|not to be merged\\|\
|
||||
bump \\(Emacs \\)?version\\|Auto-commit"))
|
||||
bump Emacs version\\|Auto-commit"))
|
||||
(if noninteractive skip
|
||||
;; "Regenerate" is quite prone to false positives.
|
||||
;; We only want to skip merging things like AUTHORS and ldefs-boot.
|
||||
|
Loading…
Reference in New Issue
Block a user