Gnus development mailing list
 help / color / mirror / Atom feed
From: Lawrence Mitchell <wence@gmx.li>
To: ding@gnus.org
Subject: Re: gnus-sync and the new nnimap
Date: Tue, 14 Sep 2010 16:31:37 +0100	[thread overview]
Message-ID: <pvhp39tcqr3a.fsf@gmx.li> (raw)
In-Reply-To: <m3pqwgeb8x.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen wrote:
> Štěpán Němec <stepnem@gmail.com> writes:

>> ... and `git revert <commit>' does exactly what you need -- it makes a
>> new commit undoing changes done by a previous commit.

> There are several commits that need undoing.  Should I do them in a
> particular order?

> It would really be easier to get an old version of the file, perhaps...

git checkout OLDCOMMIT -- path/to/file.el

Or if you want to do it all interactively, perhaps:

git checkout --patch OLDCOMMIT -- path/to/file.el

Lawrence
-- 
Lawrence Mitchell <wence@gmx.li>




  reply	other threads:[~2010-09-14 15:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-14  7:55 tramp and the new nnimap? Steinar Bang
2010-09-14  8:05 ` gnus-sync and the new nnimap (Was: tramp and the new nnimap?) Steinar Bang
2010-09-14 10:47   ` gnus-sync and the new nnimap Ted Zlatanov
2010-09-14 10:54     ` Lars Magne Ingebrigtsen
2010-09-14 11:09       ` Ted Zlatanov
2010-09-14 12:22         ` Jose A. Ortega Ruiz
2010-09-14 13:17           ` Ted Zlatanov
2010-09-14 17:08             ` Štěpán Němec
2010-09-14 17:10           ` Lars Magne Ingebrigtsen
2010-09-14 12:50         ` Štěpán Němec
2010-09-14 12:54           ` Lars Magne Ingebrigtsen
2010-09-14 15:31             ` Lawrence Mitchell [this message]
2010-09-14 16:48               ` Štěpán Němec

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=pvhp39tcqr3a.fsf@gmx.li \
    --to=wence@gmx.li \
    --cc=ding@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.
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 NNTP newsgroup(s).