X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=builtin-show-branch.c;h=2895140915cb603e2c5f971d0356f2e48106bc0e;hb=b642d9ef643371990c0a921836f2a074d48ce1b3;hp=3af24e767baae390484d2c5acec9aa25e09d9a91;hpb=51ce34b9923d9b119ac53414584f80e05520abea;p=git.git diff --git a/builtin-show-branch.c b/builtin-show-branch.c index 3af24e76..28951409 100644 --- a/builtin-show-branch.c +++ b/builtin-show-branch.c @@ -260,7 +260,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))