http://bugs.winehq.org/show_bug.cgi?id=13148
--- Comment #8 from Maxime H thegnomefiddler@gmail.com 2008-05-14 16:54:51 --- (In reply to comment #7)
(In reply to comment #6)
How can I revert the commit in 1.0-rc1 ? Could you please show me how ? I'm a beginner with git bisect.
$ git show d4a3e9c01621d454f1373d12a450b9cc569c5603 | patch -p1 -R
Well, it doesn't work...
tenebraefiddler@tenebraefiddler-laptop:~/wine-git$ $ git show d4a3e9c01621d454f1373d12a450b9cc569c5603 | patch -p1 -R bash: $ : commande introuvable tenebraefiddler@tenebraefiddler-laptop:~/wine-git$
I've even tried after a git bisect start, but it doesn't work more.