[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus-sync and the new nnimap
From: |
Štěpán Němec |
Subject: |
Re: gnus-sync and the new nnimap |
Date: |
Tue, 14 Sep 2010 14:50:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Ted Zlatanov <address@hidden> writes:
> On Tue, 14 Sep 2010 12:54:05 +0200 Lars Magne Ingebrigtsen <address@hidden>
> wrote:
>
> LMI> I think the changes I did to imap.el before I decided to do a rewrite
> LMI> should be reverted in total. How does one do that? Just fetch an old
> LMI> version of imap.el somewhere and check that in? And how do I fetch an
> LMI> old version of imap.el? :-)
>
> The changes for logging and cleanup were OK.
>
> git log imap.el tells the revision you want, so then:
>
> git diff -r cb950ed8ff3e0f40dac437a51b269166f9ffb60d imap.el
>
> would work.
... and `git revert <commit>' does exactly what you need -- it makes a
new commit undoing changes done by a previous commit.
Štěpán