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 5a1b3d6 commit 807c2deCopy full SHA for 807c2de
gix-diff/src/blob/mod.rs
@@ -113,7 +113,7 @@ pub struct Platform {
113
pub attr_stack: gix_worktree::Stack,
114
115
/// The way we convert resources into diffable states.
116
- filter_mode: pipeline::Mode,
+ pub filter_mode: pipeline::Mode,
117
/// A continuously growing cache keeping ready-for-diff blobs by their path in the worktree,
118
/// as that is what affects their final diff-able state.
119
///
0 commit comments