X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=log-tree.h;h=5c4cf7cac3327e2ef6000dff414680cd5c4c0e1e;hb=b476064544b9a64d062acc5e3c6be831ebb721cb;hp=3f7b40027b7203985f018e43ab72a6cfc233e8d7;hpb=c444c16589f95ac22d8e3ffe603cd7f0613512ce;p=git.git diff --git a/log-tree.h b/log-tree.h index 3f7b40027..5c4cf7cac 100644 --- a/log-tree.h +++ b/log-tree.h @@ -7,6 +7,7 @@ struct log_info { struct commit *commit, *parent; }; +int parse_decorate_color_config(const char *var, const int ofs, const char *value); void init_log_tree_opt(struct rev_info *); int log_tree_diff_flush(struct rev_info *); int log_tree_commit(struct rev_info *, struct commit *);