Merge branch 'jc/simpack' into next
authorJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 09:12:14 +0000 (02:12 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 09:12:14 +0000 (02:12 -0700)
* jc/simpack:
Clean-up Geert's similarity fingerprint code.

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)