diff options
author | Nazri Ramliy <ayiehere@gmail.com> | 2010-06-24 08:21:16 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-24 12:57:34 -0700 |
commit | 5e11bee65f601ba97dc4c61c75fcb2f448fdcb1c (patch) | |
tree | e9a6767dfbaeec64b96843c74f4315d8d9220770 /log-tree.h | |
parent | 67a4b5864f9423ccfe8090365029dae918504830 (diff) | |
download | git-5e11bee65f601ba97dc4c61c75fcb2f448fdcb1c.tar.gz |
Allow customizable commit decorations colors
Signed-off-by: Nazri Ramliy <ayiehere@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'log-tree.h')
-rw-r--r-- | log-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log-tree.h b/log-tree.h index 3f7b40027b..5c4cf7cac3 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 *); |