diff-merges: re-arrange functions to match the order they are called in
For clarity, define public functions in the order they are called, to make logic inter-dependencies easier to grok. 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
4f54544d73
commit
564a4fc847
@ -13,11 +13,10 @@ 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_first_parent(struct rev_info *revs);
|
||||
|
||||
void diff_merges_default_to_dense_combined(struct rev_info *revs);
|
||||
|
||||
void diff_merges_default_to_first_parent(struct rev_info *revs);
|
||||
|
||||
void diff_merges_setup_revs(struct rev_info *revs);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user