X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=fc13de9780f98c3bd9f330ef6177fd47a4da3d80;hb=5d7eeee2ac64e277e47ce2cdabd1af0d2501a96f;hp=779ed82ed0ce2fb1a643b1cfa0ffe0fd3107ed09;hpb=f3c5b39567535a41a371aad8a6affbeea0d4c0b9;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.