зеркало из https://github.com/microsoft/git.git
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:
Родитель
744f498522
Коммит
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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче