mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Small gitmerge-skip-regexp fix
* admin/gitmerge.el (gitmerge-skip-regexp): Update for new format of "bump version" message that seems to have appeared.
This commit is contained in:
parent
72ee93d68d
commit
597ede7e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
;; caused false positives. --Stef
|
||||
(let ((skip "back[- ]?port\\|cherry picked from commit\\|\
|
||||
\\(do\\( no\\|n['’]\\)t\\|no need to\\) merge\\|\
|
||||
bump 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…
Add table
Add a link
Reference in a new issue