diff --git a/rev-list.c b/rev-list.c index c4a6151343..fb3372476c 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; }