]> asedeno.scripts.mit.edu Git - git.git/blobdiff - revision.c
log --graph --left-right: show left/right information in place of '*'
[git.git] / revision.c
index 7142cf96cde81377522e49de5f102a25eaec2d54..1341f3d1259b4a5477ba15258071d0dc74ee519e 100644 (file)
@@ -1205,7 +1205,7 @@ int setup_revisions(int argc, const char **argv, struct rev_info *revs, const ch
                        if (!prefixcmp(arg, "--graph")) {
                                revs->topo_order = 1;
                                revs->rewrite_parents = 1;
-                               revs->graph = graph_init();
+                               revs->graph = graph_init(revs);
                                continue;
                        }
                        if (!strcmp(arg, "--root")) {