X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=95f981a1a93989d89edb0c5b850fa86db2071b50;hb=f2a37151d4624906e34a9bcafb2ad79d0e8cb7ec;hp=f4fc5c5589a3ae6f2b99e533c3dd0f3a7a7f418a;hpb=b8711f520b35bde33b0e433b72e29d8f6b7551d9;p=git.git diff --git a/commit.h b/commit.h index f4fc5c558..95f981a1a 100644 --- a/commit.h +++ b/commit.h @@ -70,7 +70,7 @@ extern char *reencode_commit_message(const struct commit *commit, const char **encoding_p); extern void get_commit_format(const char *arg, struct rev_info *); extern void format_commit_message(const struct commit *commit, - const void *format, struct strbuf *sb, + const char *format, struct strbuf *sb, enum date_mode dmode); extern void pretty_print_commit(enum cmit_fmt fmt, const struct commit*, struct strbuf *,