File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ typedef enum {
8484
8585 /* The child of a folder that is in a directory/file conflict. */
8686 GIT_MERGE_DIFF_DF_CHILD = (1 << 11 ),
87- } git_merge_diff_type_t ;
87+ } git_merge_diff_t ;
8888
8989typedef struct {
9090 git_repository * repo ;
@@ -113,7 +113,7 @@ typedef struct {
113113 * Description of changes to one file across three trees.
114114 */
115115typedef struct {
116- git_merge_diff_type_t type ;
116+ git_merge_diff_t type ;
117117
118118 git_index_entry ancestor_entry ;
119119
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ struct merge_index_conflict_data {
3636 struct merge_index_with_status ancestor ;
3737 struct merge_index_with_status ours ;
3838 struct merge_index_with_status theirs ;
39- git_merge_diff_type_t change_type ;
39+ git_merge_diff_t change_type ;
4040};
4141
4242int merge_trees_from_branches (
You can’t perform that action at this time.
0 commit comments