Code

Remove exec bit from builtin-fast-export.c
[git.git] / revision.c
index 196fedc9d1297617b74f058f570beb2f5168c3d6..ffbed3fbf22c22b8862c49bdddd10cab201f86a2 100644 (file)
@@ -1083,6 +1083,7 @@ int setup_revisions(int argc, const char **argv, struct rev_info *revs, const ch
                                continue;
                        }
                        if (!strcmp(arg, "--topo-order")) {
+                               revs->lifo = 1;
                                revs->topo_order = 1;
                                continue;
                        }