X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=log-tree.h;h=d6ecd4dc46b82147c5c7e00dcfa2e9088ab00d7c;hb=57a00bf6042e429883c177e94f3a5d7cc7e9e8ad;hp=9140f48216be10085c9a1aea7ef1d210817c3332;hpb=9526aa461f6c6900cb892a6fe248150ad436c0d5;p=~andy%2Fgit diff --git a/log-tree.h b/log-tree.h index 9140f4821..d6ecd4dc4 100644 --- a/log-tree.h +++ b/log-tree.h @@ -13,6 +13,7 @@ int log_tree_diff_flush(struct rev_info *); int log_tree_commit(struct rev_info *, struct commit *); int log_tree_opt_parse(struct rev_info *, const char **, int); void show_log(struct rev_info *opt); +void format_decorations(struct strbuf *sb, const struct commit *commit, int use_color); void show_decorations(struct rev_info *opt, struct commit *commit); void log_write_email_headers(struct rev_info *opt, struct commit *commit, const char **subject_p,