X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-log.c;h=8b2bf632c534c5a9b5295884e517d70c7d2d9e86;hb=37ec2b4c26901d5f1ca19948189dc2b6f21523d5;hp=e8b982db7cf7c98bff9d64affcb573b3d9676cb1;hpb=6e863d6d129a1b6a13c66d0bb03f3d43db6c51fe;p=git.git diff --git a/builtin-log.c b/builtin-log.c index e8b982db7..8b2bf632c 100644 --- a/builtin-log.c +++ b/builtin-log.c @@ -787,7 +787,7 @@ int cmd_cherry(int argc, const char **argv, const char *prefix) struct strbuf buf; strbuf_init(&buf, 0); pretty_print_commit(CMIT_FMT_ONELINE, commit, - &buf, 0, NULL, NULL, 0); + &buf, 0, NULL, NULL, 0, 0); printf("%c %s %s\n", sign, sha1_to_hex(commit->object.sha1), buf.buf); strbuf_release(&buf);