gitmerge: Add cherry pick to gitmerge-skip-regexp
* gitmerge.el (gitmerge-skip-regexp): Add "cherry picked from commit",
which is the string appended by 'git cherry-pick -x'.
(cherry picked from commit f648e48669
)
This commit is contained in:
parent
fb12af2084
commit
a6e0a67701
1 changed files with 4 additions and 2 deletions
|
@ -48,8 +48,10 @@
|
|||
(require 'smerge-mode)
|
||||
|
||||
(defvar gitmerge-skip-regexp
|
||||
"back[- ]?port\\|merge\\|sync\\|re-?generate\\|bump version\\|from trunk\\|\
|
||||
Auto-commit"
|
||||
;; We used to include "sync" in there, but in my experience it only
|
||||
;; caused false positives. --Stef
|
||||
"back[- ]?port\\|cherry picked from commit\\|\\(do not\\|no need to\\) merge\\|\
|
||||
re-?generate\\|bump version\\|from trunk\\|Auto-commit"
|
||||
"Regexp matching logs of revisions that might be skipped.
|
||||
`gitmerge-missing' will ask you if it should skip any matches.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue