Error message with 'bisect'

Tetsuo Handa from-ubuntu at I-love.SAKURA.ne.jp
Sat Jul 10 01:27:45 UTC 2010


Mathieu Poirier wrote:
> mpoirier at black:~/canonical/linus$ git bisect start
> mpoirier at black:~/canonical/linus$ git bisect good v2.6.35-rc4
> mpoirier at black:~/canonical/linus$ git bisect bad v2.6.35-rc3
> Some good revs are not ancestor of the bad rev.
> git bisect cannot work properly in this case.
> Maybe you mistake good and bad revs?
> mpoirier at black:~/canonical/linus$

Did you mean

  git bisect bad v2.6.35-rc4
  git bisect good v2.6.35-rc3

rather than

  git bisect bad v2.6.35-rc3
  git bisect good v2.6.35-rc4

?




More information about the kernel-team mailing list