X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=fc13de9780f98c3bd9f330ef6177fd47a4da3d80;hb=c137f40f8a9dfe05ee002cf5f23bf562c1f13100;hp=779ed82ed0ce2fb1a643b1cfa0ffe0fd3107ed09;hpb=bf928e9d2cf124ed73711f90666f9cee3c084e59;p=git.git diff --git a/commit.h b/commit.h index 779ed82ed..fc13de978 100644 --- a/commit.h +++ b/commit.h @@ -52,7 +52,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); +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); /** Removes the first commit from a list sorted by date, and adds all * of its parents.