On Thu, Jun 21, 2012 at 4:42 PM, richard -rw- weinberger
<richard.weinber...@gmail.com> wrote:
> On Thu, Jun 21, 2012 at 4:29 PM, David Fernández <da...@dit.upm.es> wrote:
>>
>> What command should I use to revert that specific commit? I'm not an expert
>> in git, in fact I just learnt what a 'git bisect' is after your message
>> ...:-)
>
> E.g:
> $ git show 026cee00 > sucker.diff
> $ patch -p1 -R < sucker.diff

    git revert 026cee00

or

    git revert -n 026cee00

if you don't want to commit the revert.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to