emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some proposed backports from master to emacs-25


From: Eli Zaretskii
Subject: Re: Some proposed backports from master to emacs-25
Date: Tue, 04 Oct 2016 09:34:04 +0300

> From: Noam Postavsky <address@hidden>
> Date: Mon, 3 Oct 2016 18:59:50 -0400
> 
> On Sun, Oct 2, 2016 at 10:05 AM,  <address@hidden> wrote:
> >
> > Git added "cherry picked from commit" but it looks like
> > gitmerge-skip-regexp wouldn't match that, should I change it to match?
> >
> 
> What about this question?

Sorry, forgot to answer.  I see no problems, as gitmerge-skip-regexp
already handles that:

  (defvar gitmerge-skip-regexp
    ;; 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]