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.
2 parents aa0f63d + f016ecc commit a2b4f0bCopy full SHA for a2b4f0b
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