revision: move diff merges functions to its own diff-merges.c
Create separate diff-merges.c and diff-merges.h files, and move all the code related to handling of diff merges there. 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
3d4fd94363
commit
a37eec6333
@ -456,7 +456,4 @@ int rewrite_parents(struct rev_info *revs,
|
||||
*/
|
||||
struct commit_list *get_saved_parents(struct rev_info *revs, const struct commit *commit);
|
||||
|
||||
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);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user