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:
parent
744f498522
commit
9dad9d2e5b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user