Merge branch 'jc/bottomless'
authorJunio C Hamano <junkio@cox.net>
Mon, 17 Apr 2006 22:03:10 +0000 (15:03 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 17 Apr 2006 22:03:10 +0000 (15:03 -0700)
* jc/bottomless:
rev-list --bisect: limit list before bisecting.

rev-list.c
index 963707a495092405c3eb5b155c195b2968afdac7..cb67b399fc560c17e1611139aeebb0a51553ecfa 100644 (file)
@@ -371,6 +371,8 @@ int main(int argc, const char **argv)
 
        save_commit_buffer = verbose_header;
        track_object_refs = 0;
+       if (bisect_list)
+               revs.limited = 1;
 
        prepare_revision_walk(&revs);
        if (revs.tree_objects)