On Thu, Jan 8, 2009 at 1:55 PM, Col <wineforum-user@xxxxxxxxxx> 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