X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=show-branch.c;h=684ffd187c4e95f4ff16091856dcd5497ced3891;hb=efbff23609654ac0542d3421d19eea8dbc1f80cd;hp=268c57b180627f7d8ba3a3a754210a37d420fb0d;hpb=fd60acaced6de16ebfb66959067e2b29f99a133e;p=git.git diff --git a/show-branch.c b/show-branch.c index 268c57b1..684ffd18 100644 --- a/show-branch.c +++ b/show-branch.c @@ -259,7 +259,7 @@ static void show_one_commit(struct commit *commit, int no_name) struct commit_name *name = commit->object.util; if (commit->object.parsed) pretty_print_commit(CMIT_FMT_ONELINE, commit, ~0, - pretty, sizeof(pretty), 0); + pretty, sizeof(pretty), 0, NULL, NULL); else strcpy(pretty, "(unavailable)"); if (!strncmp(pretty, "[PATCH] ", 8))