revision traversal: --unpacked does not limit commit list anymore.
This is needed to gain smaller latency back. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -1007,7 +1007,7 @@ int setup_revisions(int argc, const char **argv, struct rev_info *revs, const ch
|
|||||||
add_pending_object(revs, object, def);
|
add_pending_object(revs, object, def);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (revs->topo_order || revs->unpacked)
|
if (revs->topo_order)
|
||||||
revs->limited = 1;
|
revs->limited = 1;
|
||||||
|
|
||||||
if (revs->prune_data) {
|
if (revs->prune_data) {
|
||||||
|
Reference in New Issue
Block a user