[Bug 28491] Gangsters 2 Demo (German): Video test won't run

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 6 14:38:21 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=28491

--- Comment #16 from Bruni <earns.61 at gmail.com> 2012-01-06 14:38:21 CST ---
> git branch bisect ec04f80
> git checkout -b base 5de0203
> git cherry-pick ec04f80
> git checkout bisect
> git rebase base
> git branch -D base

I'm a novice in git, but I think that doing "git rebase base" and than "git
branch -D base" is wrong. Both ec04f80 and 5de0203 are not present in "bisect"
by the time you delete "base". Instead, is this any good to do

git branch bisect ec04f80
git checkout -b base 5de0203
git cherry-pick ec04f80
git checkout bisect
git merge base
git bisect start
git bisect good 5de0203
git bisect bad HEAD
... etc
git branch -D bisect

What do you think?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list