X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=show-branch.c;h=5da3a1a90b23646eee18046ba33efe8953f8ba67;hb=596524b33d50e47e2375cec9e00aff59f0e8278b;hp=24efb65e622d8dfe44db22e5bc23c9f8cc328109;hpb=2448482b3d5e265dd29fa38c3827565f6f2f31ec;p=git.git diff --git a/show-branch.c b/show-branch.c index 24efb65e..5da3a1a9 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); else strcpy(pretty, "(unavailable)"); if (!strncmp(pretty, "[PATCH] ", 8))