I get the following when I try to git bisect between 2.6.15 and 2.6.16: [root@Fedora-test tmp]# git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-git [root@Fedora-test linux-git]# git bisect start [root@Fedora-test linux-git]# cd linux-git [root@Fedora-test linux-git]# git bisect good v2.6.16 [root@Fedora-test linux-git]# git bisect bad v2.6.15 dab47a31f42a23d2b374e1cd7d0b797e8e08b23d was both good and bad What is the proper method to do a bisect between 2.6.15 and 2.6.16? Greg - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html