unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: guile-devel@gnu.org
Subject: Merging stable-2.0 into master
Date: Tue, 30 Oct 2012 16:21:07 -0400	[thread overview]
Message-ID: <87625rogng.fsf@tines.lan> (raw)

Hello all,

I've started the process of merging stable-2.0 into master.  It's an
unusually large merge (50 commits, since July 28), and I found 'git
merge' too overwhelming to deal with in one piece, so for now I've been
applying one commit at a time, adapting them as needed with frequent
runs of 'make check'.  So far I've worked through 31 out of 50.

My question is: after I've finished adapting and applying all of the
commits, is it okay to simply push them to master?  Or is it worthwhile
to instead do the following?

 1. Save a copy of the files that changed from adapting and applying
    all of the commits from stable-2.0.
 2. git reset --hard origin/master
 3. git merge origin/stable-2.0
    (making sure that nothing new has been pushed to stable-2.0)
 4. Compare the auto-merged files with the copies from step 1.
 5. Use the copies from step 1 to resolve merge conflicts.
 6. Commit the merge

I guess it's a question of how we want the commit history to look,
and how it will affect future merges.

What do you think?

      Mark



             reply	other threads:[~2012-10-30 20:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 20:21 Mark H Weaver [this message]
2012-10-31  2:06 ` Merging stable-2.0 into master nalaginrut
2012-10-31  3:48 ` Mark H Weaver
2012-11-02 22:08   ` Ludovic Courtès
2012-11-03  7:25     ` Mark H Weaver
2012-11-03 14:10       ` Ludovic Courtès

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=87625rogng.fsf@tines.lan \
    --to=mhw@netris.org \
    --cc=guile-devel@gnu.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).