toposort: rename "lifo" field
[gitweb.git] / builtin / log.c
index 8f0b2e84fef5d1b9c07ea8846c9fbc1318d8d51b..8d26042b01a3de76e1d98c4dc498ca9737759d2a 100644 (file)
@@ -205,7 +205,7 @@ static void log_show_early(struct rev_info *revs, struct commit_list *list)
        int i = revs->early_output;
        int show_header = 1;
 
-       sort_in_topological_order(&list, revs->lifo);
+       sort_in_topological_order(&list, revs->sort_order);
        while (list && i) {
                struct commit *commit = list->item;
                switch (simplify_commit(revs, commit)) {