Merge branch 'jn/parse-config-slot'
Code cleanup. * jn/parse-config-slot: color_parse: do not mention variable name in error message pass config slots as pointers instead of offsets
This commit is contained in:
@@ -7,7 +7,7 @@ struct log_info {
|
||||
struct commit *commit, *parent;
|
||||
};
|
||||
|
||||
int parse_decorate_color_config(const char *var, const int ofs, const char *value);
|
||||
int parse_decorate_color_config(const char *var, const char *slot_name, 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 *);
|
||||
|
||||
Reference in New Issue
Block a user