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.
blob::Platform::filter_mode
1 parent 2261de4 commit 87cc9dfCopy full SHA for 87cc9df
gix-merge/src/blob/mod.rs
@@ -158,7 +158,7 @@ pub struct Platform {
158
/// Pre-configured attributes to obtain additional merge-related information.
159
attrs: gix_filter::attributes::search::Outcome,
160
/// The way we convert resources into mergeable states.
161
- filter_mode: pipeline::Mode,
+ pub filter_mode: pipeline::Mode,
162
}
163
164
/// The product of a [`prepare_merge()`](Platform::prepare_merge()) call to finally
0 commit comments