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

revision traversal: --unpacked does not limit commit list anymore.

This is needed to gain smaller latency back.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 744f4985
......@@ -1007,7 +1007,7 @@ int setup_revisions(int argc, const char **argv, struct rev_info *revs, const ch
add_pending_object(revs, object, def);
}
if (revs->topo_order || revs->unpacked)
if (revs->topo_order)
revs->limited = 1;
if (revs->prune_data) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册