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