all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: John Wiegley <jwiegley@gmail.com>
Cc: larsi@gnus.org, deng@randomsample.de, emacs-devel@gnu.org
Subject: Re: Having a custom merge process (was: EWW bugs should be fixed on emacs-25 branch)
Date: Sat, 26 Dec 2015 11:44:19 +0200	[thread overview]
Message-ID: <837fk1k0i4.fsf@gnu.org> (raw)
In-Reply-To: <m2oadef6f1.fsf_-_@newartisans.com> (message from John Wiegley on Fri, 25 Dec 2015 15:35:30 -0800)

> From: John Wiegley <jwiegley@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>,  larsi@gnus.org,  emacs-devel@gnu.org
> Date: Fri, 25 Dec 2015 15:35:30 -0800
> 
> >>>>> David Engster <deng@randomsample.de> writes:
> 
> > gitmerge.el will detect cherry-picks through the cherry-mark. However, since
> > git is the C++ of version control, this works only 99% of the time. It does
> > not work when the cherry-pick could not be applied cleanly, since then the
> > patch-id changes. It also does not work when the same commit is also merged
> > later (see the beginning of the emacs-25 branch for an example, where first
> > a bunch of commits was cherry-picked and later 'master' was also merged).
> 
> OK, that's understandable. What I'd like to avoid -- as much as feasible -- is
> having so much of a custom merge process, apart from what most other projects
> using Git do, that it becomes difficult to teach newcomers about our process.

Newcomers are told to use gitmerge.el, so how that could be a problem?

Eventually, what gitmerge.el does is invoke "git merge" to merge
ranges of commits that were selected in a semi-automatic way; see
gitmerge-apply.  There's nothing mysterious or magic in that command
that I could spot; I don't even think that it's a particularly
advanced way of doing merges with Git.  Just more or less standard
stuff.

> I've used Git in many scenarios, on many projects, but some of the practices
> we're using here for Emacs development I've never seen before. This simply
> makes me wonder how much of that difference is truly necessary, or is a result
> of having evolved to this point from CVS and then Bazaar.

Can you point out those practices that surprised you?



  parent reply	other threads:[~2015-12-26  9:44 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-25  7:52 EWW bugs should be fixed on emacs-25 branch Eli Zaretskii
2015-12-25  8:06 ` Eli Zaretskii
2015-12-25  8:26   ` David Kastrup
2015-12-25 14:18     ` Eli Zaretskii
2015-12-25 16:58       ` John Wiegley
2015-12-25 17:15         ` Eli Zaretskii
2015-12-25 17:23           ` John Wiegley
2015-12-25 19:41             ` Eli Zaretskii
2015-12-25 19:55               ` John Wiegley
2015-12-25 20:00                 ` Eli Zaretskii
2015-12-25 20:09                   ` John Wiegley
2015-12-25 20:40                     ` Eli Zaretskii
2015-12-25 20:44                       ` John Wiegley
2015-12-25 20:48                         ` Eli Zaretskii
2015-12-25 20:53                           ` John Wiegley
2015-12-25 23:18                         ` David Engster
2015-12-25 23:35                           ` Having a custom merge process (was: EWW bugs should be fixed on emacs-25 branch) John Wiegley
2015-12-25 23:40                             ` Having a custom merge process Lars Ingebrigtsen
2015-12-25 23:59                               ` David Engster
2015-12-26  0:47                                 ` John Wiegley
2015-12-26  7:35                                 ` Paul Eggert
2015-12-26  9:47                               ` Eli Zaretskii
2015-12-26  9:44                             ` Eli Zaretskii [this message]
2015-12-26 17:00                               ` EWW To Elpa? " raman
2015-12-26 17:51                                 ` Lars Ingebrigtsen
2015-12-26 21:06                                   ` Artur Malabarba
2015-12-28 21:17                                     ` John Wiegley
2015-12-26 18:40                                 ` Artur Malabarba
2015-12-27 16:29                                   ` raman
2015-12-27  2:52                               ` Having a custom merge process (was: EWW bugs should be fixed on emacs-25 branch) Richard Stallman
2015-12-27  3:49                                 ` Eli Zaretskii
2015-12-25 16:07 ` EWW bugs should be fixed on emacs-25 branch Lars Ingebrigtsen
2015-12-25 16:21   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=837fk1k0i4.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=deng@randomsample.de \
    --cc=emacs-devel@gnu.org \
    --cc=jwiegley@gmail.com \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.