diff --git a/rev-list.c b/rev-list.c index c4a61513438..fb3372476ca 100644 --- a/rev-list.c +++ b/rev-list.c @@ -473,6 +473,7 @@ int main(int argc, char **argv) } if (!strcmp(arg, "--topo-order")) { topo_order = 1; + limited = 1; continue; }