X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=de15f4d715ded4d8fd4f882b44fd9a320e7cdb2e;hb=445cac18c015809a7fcb4a570d3c6571b1ddaf7d;hp=d163c7487b0dd65d6c0cc9cb568c3ae44e30726d;hpb=837a156197e7921c256e6189d838963d2999fcb6;p=git.git diff --git a/commit.h b/commit.h index d163c7487..de15f4d71 100644 --- a/commit.h +++ b/commit.h @@ -67,7 +67,8 @@ extern int non_ascii(int); struct rev_info; /* in revision.h, it circularly uses enum cmit_fmt */ 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 void *format, struct strbuf *sb, + enum date_mode dmode); extern void pretty_print_commit(enum cmit_fmt fmt, const struct commit*, struct strbuf *, int abbrev, const char *subject,