Skip to content

Commit 1b6cf50

Browse files
The flags member of git_merge_options is now called tree_flags.
1 parent 2b75a11 commit 1b6cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/rugged/rugged_tree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ void rugged_parse_merge_options(git_merge_options *opts, VALUE rb_options)
614614
}
615615

616616
if (RTEST(rb_hash_aref(rb_options, CSTR2SYM("renames")))) {
617-
opts->flags |= GIT_MERGE_TREE_FIND_RENAMES;
617+
opts->tree_flags |= GIT_MERGE_TREE_FIND_RENAMES;
618618
}
619619
}
620620
}

0 commit comments

Comments
 (0)