[Wine] Regression test - bad rev input

Austin English austinenglish at gmail.com
Thu Jan 8 14:27:52 CST 2009


On Thu, Jan 8, 2009 at 1:55 PM, Col <wineforum-user at winehq.org> wrote:
> Now when I did:
>
> Code:
> git bisect bad wine-1.1.12
>
>
> I got:
>
> Code:
> Bisecting: 467 revisions left to test after this
> fatal: Entry '.gitignore' not uptodate. Cannot merge.
>
>
> This does not look good.
> I have checked my typing this time.
> I must be doing something wrong.
>
>
>
>
>
>

Try:

$ git bisect reset
$ git reset --hard origin
$ git fetch
$ git rebase origin

That will get you the current git, try building that and see if it works.


-- 
-Austin



More information about the wine-users mailing list