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'.
This commit is contained in:
parent
5942c18e9a
commit
f648e48669
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
|||
(defvar gitmerge-skip-regexp
|
||||
;; We used to include "sync" in there, but in my experience it only
|
||||
;; caused false positives. --Stef
|
||||
"back[- ]?port\\|\\(do not\\|no need to\\) merge\\|re-?generate\\|bump version\\|from trunk\\|\
|
||||
Auto-commit"
|
||||
"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