Skip to content

Commit

Permalink
Merge branch 'jc/bottomless'
Browse files Browse the repository at this point in the history
* jc/bottomless:
  rev-list --bisect: limit list before bisecting.
  • Loading branch information
Junio C Hamano committed Apr 17, 2006
2 parents 360204c + 4e1dc64 commit e190bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rev-list.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e190bc5

Please sign in to comment.