Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rev-list.c1
1 files changed, 1 insertions, 0 deletions
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;
}