Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Commit 9dad9d2

Browse files
author
Junio C Hamano
committed
revision traversal: --unpacked does not limit commit list anymore.
This is needed to gain smaller latency back. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 744f498 commit 9dad9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revision.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ int setup_revisions(int argc, const char **argv, struct rev_info *revs, const ch
10071007
add_pending_object(revs, object, def);
10081008
}
10091009

1010-
if (revs->topo_order || revs->unpacked)
1010+
if (revs->topo_order)
10111011
revs->limited = 1;
10121012

10131013
if (revs->prune_data) {

0 commit comments

Comments
 (0)