Le lundi 17 novembre 2008, walt a écrit : > I'm trying to find a bug introduced somewhere between kvm-69 > and kvm-70, so of course I want to git-bisect down to it. > > The weirdness is that when I give git-bisect the good and > bad tags, almost everything in my working directory just > disappears, leaving only the qemu subdirectory behind. > > Can anyone else reproduce this with the kvm.git repo? > (I don't see this problem with the linux.git repo or the > git.git repo, so it seems to be something with the kvm.git > repo itself.) I cannot reproduce this: $ git bisect start kvm-70 kvm-69 Bisecting: 846 revisions left to test after this [80bfc25f42db6d4715c7688ae2352c5a8038fe7e] ntfs: le*_add_cpu conversion $ find . -type f |wc -l 24286 $ git bisect reset Previous HEAD position was 80bfc25... ntfs: le*_add_cpu conversion Switched to branch "master" $ find . -type f |wc -l 24384 Could you give more information, like your git version and the result of the above commands? Thanks, Christian. -- To unsubscribe from this list: 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