Skip to content

Commit 87cc9df

Browse files
committed
make blob::Platform::filter_mode public.
That way it can be modified after it was initialized from Git configuration.
1 parent 2261de4 commit 87cc9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-merge/src/blob/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pub struct Platform {
158158
/// Pre-configured attributes to obtain additional merge-related information.
159159
attrs: gix_filter::attributes::search::Outcome,
160160
/// The way we convert resources into mergeable states.
161-
filter_mode: pipeline::Mode,
161+
pub filter_mode: pipeline::Mode,
162162
}
163163

164164
/// The product of a [`prepare_merge()`](Platform::prepare_merge()) call to finally

0 commit comments

Comments
 (0)