gitweb: Add diff tree, with links to patches, to commitdiff view
[gitweb.git] / builtin-show-branch.c
index 18786f88e3252dbd46d88014f2f35205c53d5200..d7de18ec0b0ace327616f2bde6ab5cdefad8dd04 100644 (file)
@@ -261,7 +261,7 @@ static void show_one_commit(struct commit *commit, int no_name)
        struct commit_name *name = commit->util;
        if (commit->object.parsed)
                pretty_print_commit(CMIT_FMT_ONELINE, commit, ~0,
-                                   pretty, sizeof(pretty), 0, NULL, NULL);
+                                   pretty, sizeof(pretty), 0, NULL, NULL, 0);
        else
                strcpy(pretty, "(unavailable)");
        if (!strncmp(pretty, "[PATCH] ", 8))