Skip to content

Commit

Permalink
revision traversal: --unpacked does not limit commit list anymore.
Browse files Browse the repository at this point in the history
This is needed to gain smaller latency back.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 31, 2006
1 parent 744f498 commit 9dad9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revision.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9dad9d2

Please sign in to comment.