diff-merges: rename all functions to have common prefix
Use the same "diff_merges" prefix for all the diff merges function names. Signed-off-by: Sergey Organov <sorganov@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
a37eec6333
commit
18f09473bf
@ -9,10 +9,15 @@
|
||||
|
||||
struct rev_info;
|
||||
|
||||
void init_diff_merge_revs(struct rev_info *revs);
|
||||
int parse_diff_merge_opts(struct rev_info *revs, const char **argv);
|
||||
void setup_diff_merges_revs(struct rev_info *revs);
|
||||
void rev_diff_merges_default_to_dense_combined(struct rev_info *revs);
|
||||
void rev_diff_merges_first_parent_defaults_to_enable(struct rev_info *revs);
|
||||
void diff_merges_init_revs(struct rev_info *revs);
|
||||
|
||||
int diff_merges_parse_opts(struct rev_info *revs, const char **argv);
|
||||
|
||||
void diff_merges_setup_revs(struct rev_info *revs);
|
||||
|
||||
void diff_merges_default_to_dense_combined(struct rev_info *revs);
|
||||
|
||||
void diff_merges_first_parent_defaults_to_enable(struct rev_info *revs);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user