all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Alan Mackenzie <acm@muc.de>
Cc: rgm@gnu.org, nicolas@petton.fr, monnier@iro.umontreal.ca,
	emacs-devel@gnu.org
Subject: Re: Emacs 24.5 second release candidate
Date: Fri, 03 Apr 2015 15:00:55 +0300	[thread overview]
Message-ID: <83ioddpgjs.fsf@gnu.org> (raw)
In-Reply-To: <20150403115142.GB2867@acm.fritz.box>

> Date: Fri, 3 Apr 2015 11:51:42 +0000
> Cc: rgm@gnu.org, nicolas@petton.fr, monnier@iro.umontreal.ca,
>   emacs-devel@gnu.org
> From: Alan Mackenzie <acm@muc.de>
> 
> > How about simply reverting d69e9f1c24f37f36af33b0468c5a4e100dbb09b6?
> > I'd like to avoid holding 24.5, unless reverting that commit would
> > result in some very bad behavior in frequent use cases.
> 
> I think this would be for the best.  It's just the bug it "fixed" will
> remain apparent.  Could you perhaps give me a tip as to how best to
> revert a commit with git?

Like this:

 $ git revert d69e9f1c24f37f36af33b0468c5a4e100dbb09b6

This applies the reverse changes, and commits them.  IOW, the original
commit is not removed; instead, a new commit is added that undoes the
effects of that old commit.

Then "git show" to see what you are about to push, and then "git
push".

Be sure to do this in the emacs-24 branch, i.e. "git checkout emacs-24" 
before doing the above.

Thanks.



  reply	other threads:[~2015-04-03 12:00 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-01 20:33 Emacs 24.5 second release candidate Nicolas Petton
2015-04-01 21:42 ` Glenn Morris
2015-04-02  1:11   ` Stefan Monnier
2015-04-02  7:14   ` Nicolas Petton
2015-04-02 13:49     ` Nicolas Petton
2015-04-02 14:02       ` Alan Mackenzie
2015-04-02 14:50         ` Nicolas Petton
2015-04-02 15:26           ` Stefan Monnier
2015-04-02 16:08             ` Eli Zaretskii
2015-04-02 16:19               ` Alan Mackenzie
2015-04-02 17:24                 ` Eli Zaretskii
2015-04-02 17:31                   ` Alan Mackenzie
2015-04-02 21:45                     ` Stefan Monnier
2015-04-02 15:21         ` Eli Zaretskii
2015-04-02 16:12           ` Alan Mackenzie
2015-04-02 17:22             ` Eli Zaretskii
2015-04-02 17:33               ` Alan Mackenzie
2015-04-03 11:06               ` Alan Mackenzie
2015-04-03 11:30                 ` Eli Zaretskii
2015-04-03 11:51                   ` Alan Mackenzie
2015-04-03 12:00                     ` Eli Zaretskii [this message]
2015-04-03 12:29                       ` Alan Mackenzie
2015-04-03 12:51                         ` Eli Zaretskii
2015-04-04  7:45                           ` Eli Zaretskii
2015-04-04 22:20                             ` Nicolas Petton
2015-04-04 22:24                               ` Drew Adams
2015-04-05 10:58                                 ` Nicolas Petton
2015-04-05  6:38                               ` Eli Zaretskii
2015-04-03  7:28         ` Andreas Röhler
2015-04-03 11:57           ` Alan Mackenzie
2015-04-03 18:42             ` Andreas Röhler

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=83ioddpgjs.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=nicolas@petton.fr \
    --cc=rgm@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.