http://bugs.winehq.org/show_bug.cgi?id=34812
--- Comment #4 from dsamaras05@gmail.com 2013-10-27 11:29:51 CDT --- lotro is back to normal now. wine reports
dim ~ $ wine --version wine-1.7.5
thanks for the tip removing the commit.
(In reply to comment #3)
Now that you know a commit id you can do:
- reset a tree to a commit just before this bad commit - you already did that
while bisecting;
- revert a commit in current tree without creating a revert commit.
git show <commitid> | patch -p1 -R
- edit a source file manually, it's should be easy in this case.