We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0f63d commit f016eccCopy full SHA for f016ecc
src/merge.rs
@@ -95,7 +95,7 @@ impl MergeOptions {
95
96
/// Do not write the REUC extension on the generated index
97
pub fn skip_reuc(&mut self, skip: bool) -> &mut MergeOptions {
98
- self.flag(raw::GIT_MERGE_FAIL_ON_CONFLICT as u32, skip)
+ self.flag(raw::GIT_MERGE_SKIP_REUC as u32, skip)
99
}
100
101
/// If the commits being merged have multiple merge bases, do not build a
0 commit comments