提交 e190bc55 编写于 作者: J Junio C Hamano

Merge branch 'jc/bottomless'

* jc/bottomless:
  rev-list --bisect: limit list before bisecting.
...@@ -371,6 +371,8 @@ int main(int argc, const char **argv) ...@@ -371,6 +371,8 @@ int main(int argc, const char **argv)
save_commit_buffer = verbose_header; save_commit_buffer = verbose_header;
track_object_refs = 0; track_object_refs = 0;
if (bisect_list)
revs.limited = 1;
prepare_revision_walk(&revs); prepare_revision_walk(&revs);
if (revs.tree_objects) if (revs.tree_objects)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册