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 a6710c5 commit f961687Copy full SHA for f961687
gix/src/config/cache/access.rs
@@ -271,6 +271,7 @@ impl Cache {
271
})
272
}
273
274
+ #[cfg(feature = "worktree-mutation")]
275
fn protect_options(&self) -> Result<gix_validate::path::component::Options, config::boolean::Error> {
276
const IS_WINDOWS: bool = cfg!(windows);
277
const IS_MACOS: bool = cfg!(target_os = "macos");
gix/src/lib.rs
@@ -346,7 +346,7 @@ pub mod discover;
346
347
pub mod env;
348
349
-#[cfg(feature = "index")]
+#[cfg(feature = "attributes")]
350
fn is_dir_to_mode(is_dir: bool) -> gix_index::entry::Mode {
351
if is_dir {
352
gix_index::entry::Mode::DIR
0 commit comments