X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=b779de8cbca74220aeebbc1df194b5f7301f51d0;hb=785586142a5ed083b97b7be472c08982ae88fd8f;hp=467872eecabf05ccedbb9bf8247b6de244416b8f;hpb=e92ea62425fb89713bc47241af29a79f5f191cc6;p=git.git diff --git a/commit.h b/commit.h index 467872eec..b779de8cb 100644 --- a/commit.h +++ b/commit.h @@ -3,6 +3,7 @@ #include "object.h" #include "tree.h" +#include "strbuf.h" #include "decorate.h" struct commit_list { @@ -61,7 +62,12 @@ 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_p, unsigned long *space_p, int abbrev, const char *subject, const char *after_subject, enum date_mode dmode); +extern void format_commit_message(const struct commit *commit, + const void *format, struct strbuf *sb); +extern void pretty_print_commit(enum cmit_fmt fmt, const struct commit*, + struct strbuf *, + int abbrev, const char *subject, + const char *after_subject, enum date_mode); /** Removes the first commit from a list sorted by date, and adds all * of its parents.