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.
gix_ignore
ignore
1 parent ddaacda commit b839b5dCopy full SHA for b839b5d
gix-worktree/src/lib.rs
@@ -18,6 +18,8 @@ pub use gix_glob as glob;
18
/// Provides types needed for using [`stack::Platform::excluded_kind()`].
19
pub use gix_ignore as ignore;
20
/// Provides types needed for using [`Stack::at_path()`] and [`Stack::at_entry()`].
21
+pub use gix_index as index;
22
+/// Provides types needed for using [`Stack::at_path()`] and [`Stack::at_entry()`].
23
pub use gix_object as object;
24
/// Provides types needed for using [`stack::State::for_checkout()`].
25
#[cfg(feature = "attributes")]
0 commit comments