X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=show-branch.c;h=684ffd187c4e95f4ff16091856dcd5497ced3891;hb=698ce6f87e0d6db380f7306e190e8586da184577;hp=bbe26c2e7af7515d07af990a4db67c62ee14eb36;hpb=328b710d800dc3786fe2b8595e5553dc4a4af424;p=git.git diff --git a/show-branch.c b/show-branch.c index bbe26c2e..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, NULL); + pretty, sizeof(pretty), 0, NULL, NULL); else strcpy(pretty, "(unavailable)"); if (!strncmp(pretty, "[PATCH] ", 8))