abb4 wrote: > adri@dark:~/wine-git$ git reset --hard You shouldn't of done this during bisect. Now you need to do: Code: git bisect reset git reset --hard 6d1ef3a6a64f0fabf05ce1bba5f0ec4373684786^ This will put your tree just before the problem commit. It [the problem patch] can't be cleanly reverted from the latest HEAD.