Allow customizable commit decorations colors

Signed-off-by: Nazri Ramliy <ayiehere@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Nazri Ramliy
2010-06-24 08:21:16 +08:00
committed by Junio C Hamano
parent 67a4b5864f
commit 5e11bee65f
4 changed files with 45 additions and 0 deletions

View File

@ -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 *);