diff-merges: rename diff_merges_default_to_enable() to match semantics
Rename diff_merges_default_to_enable() to diff_merges_default_to_first_parent() to match its semantics. 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
7acf0d06f5
commit
4f54544d73
@@ -17,7 +17,7 @@ void diff_merges_setup_revs(struct rev_info *revs);
|
||||
|
||||
void diff_merges_default_to_dense_combined(struct rev_info *revs);
|
||||
|
||||
void diff_merges_default_to_enable(struct rev_info *revs);
|
||||
void diff_merges_default_to_first_parent(struct rev_info *revs);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user