all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: emacs-devel@gnu.org
Subject: Re: Procedure for reverting commits on release branch
Date: Mon, 04 Jan 2021 12:06:18 -0500	[thread overview]
Message-ID: <tqsg7g6391.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <ho368hlyuu.fsf@fencepost.gnu.org> (Glenn Morris's message of "Sun, 03 May 2020 13:20:09 -0400")


A reminder about this issue, which happened again with recent AIX changes:

https://lists.gnu.org/r/emacs-devel/2020-05/msg00433.html

If a commit is made on the release branch, and then one wants to instead
have it only on master, then given the following commit sequence:

1) emacs-27: do something
2) emacs-27: revert something
3) master: do something

If gitmerge.el is now used to merge emacs-27 to master:
commit 1) is skipped, because it is already on master
commit 2) is merged

Net result: 3) is reverted on master and has to be applied again by hand.


A more efficient way to do this would be:
1) emacs-27: do something
2) emacs-27: revert something, and mark "do not merge to master"

Then no special handling is needed. 



      parent reply	other threads:[~2021-01-04 17:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-03 17:20 Procedure for reverting commits on release branch Glenn Morris
2020-05-03 17:36 ` Eli Zaretskii
2021-01-04 17:06 ` Glenn Morris [this message]

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=tqsg7g6391.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-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.
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.