aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/gitmerge.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/gitmerge.el b/admin/gitmerge.el
index 6a52f7a60a9..d2cb1e8df03 100644
--- a/admin/gitmerge.el
+++ b/admin/gitmerge.el
@@ -50,8 +50,8 @@
50(defvar gitmerge-skip-regexp 50(defvar gitmerge-skip-regexp
51 ;; We used to include "sync" in there, but in my experience it only 51 ;; We used to include "sync" in there, but in my experience it only
52 ;; caused false positives. --Stef 52 ;; caused false positives. --Stef
53 "back[- ]?port\\|\\(do not\\|no need to\\) merge\\|re-?generate\\|bump version\\|from trunk\\|\ 53 "back[- ]?port\\|cherry picked from commit\\|\\(do not\\|no need to\\) merge\\|\
54Auto-commit" 54re-?generate\\|bump version\\|from trunk\\|Auto-commit"
55 "Regexp matching logs of revisions that might be skipped. 55 "Regexp matching logs of revisions that might be skipped.
56`gitmerge-missing' will ask you if it should skip any matches.") 56`gitmerge-missing' will ask you if it should skip any matches.")
57 57