Comment 79 for bug 881830

Revision history for this message
Lars Noodén (larsnooden) wrote :

$ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-natty.git
$ cd ubuntu-natty/
$ git checkout -b mybisect origin/master
$ git log --oneline Ubuntu-2.6.38-7.39..Ubuntu-2.6.38-8.40 | wc -l
704

git bisect produces no output:

$ git bisect start Ubuntu-2.6.38-7.39..Ubuntu-2.6.38-8.40

The wiki page shows that I should expect some output from git bisect.