X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-show-branch.c;h=6dc835d30a6a726c3dd40d23564b0dc32d20b7db;hb=caa87713bca77c441c09282aa5b18b179bcfa90d;hp=07a0c2316bec4dd8341ea494b02874a1b12483cd;hpb=e2b7eaf0ca3897940961d23392d4ff718867ea9f;p=git.git diff --git a/builtin-show-branch.c b/builtin-show-branch.c index 07a0c2316..6dc835d30 100644 --- a/builtin-show-branch.c +++ b/builtin-show-branch.c @@ -266,7 +266,7 @@ static void show_one_commit(struct commit *commit, int no_name) strbuf_init(&pretty, 0); if (commit->object.parsed) { pretty_print_commit(CMIT_FMT_ONELINE, commit, - &pretty, 0, NULL, NULL, 0); + &pretty, 0, NULL, NULL, 0, 0); pretty_str = pretty.buf; } if (!prefixcmp(pretty_str, "[PATCH] "))