Hello. My question may be more git-related that wine-related, sorry for that but I have much trouble finding an answer. I have retrieved yesterday's git, but it introduced a bug that stops wine from starting. I want to revert to 0.9.56 using this same tree, how can I do that? I tried 'git branch wine-0.9.56;git rebase origin' but it didn't work. Thanks. -- Fabrice DELENTE
Fabrice DELENTE wrote:> I have retrieved yesterday's git, but it introduced a bug that stops wine > from starting.BTW the problem you are referring to is fixed in current GIT so you should update to today's GIT. Fabrice DELENTE wrote:> I want to revert to 0.9.56 using this same tree, how can I do that? I tried > 'git branch wine-0.9.56;git rebase origin' but it didn't work. >http://wiki.winehq.org/GitWine should help you. In case you want to get back to wine-0.9.56 then run Code: make clean git reset --hard wine-0.9.56