X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=86e8dca0c9dbac4d990d959296145805319b477a;hb=d01fb92f8d27cf8f0a843f4e9c0f8f022856b34d;hp=59de17eff81dc6987350baab086935de7c9dcd1f;hpb=e660e11b202f12d15cfe8089909a307b1900c03a;p=git.git diff --git a/commit.h b/commit.h index 59de17eff..86e8dca0c 100644 --- a/commit.h +++ b/commit.h @@ -61,7 +61,7 @@ enum cmit_fmt { }; extern enum cmit_fmt get_commit_format(const char *arg); -extern unsigned long pretty_print_commit(enum cmit_fmt fmt, const struct commit *, unsigned long len, char *buf, unsigned long space, int abbrev, const char *subject, const char *after_subject, int relative_date); +extern unsigned long pretty_print_commit(enum cmit_fmt fmt, const struct commit *, unsigned long len, char *buf, unsigned long space, int abbrev, const char *subject, const char *after_subject, enum date_mode dmode); /** Removes the first commit from a list sorted by date, and adds all * of its parents.