Comment 24 for bug 1080308

Revision history for this message
Osman Çaylak (osmancik) wrote :

How can I reverse commit bisect the mainline kernel? Am I mistake good and bad revs?

$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
'linux' dizinine çoğaltılıyor...
remote: Counting objects: 3147962, done.
remote: Compressing objects: 100% (501463/501463), done.
remote: Total 3147962 (delta 2646970), reused 3118203 (delta 2617991)
Nesneler alınıyor: 100% (3147962/3147962), 653.89 MiB | 455 KiB/s, done.
Deltalar çözülüyor: 100% (2646970/2646970), done.
Checking out files: 100% (44004/44004), done.
$ cd linux/
$ git bisect start
$ git bisect good v3.11-rc5
$ git bisect bad v3.11-rc4
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?