Expand description
Re-exports§
pub use gix_archive as archive;worktree-archivepub use gix_worktree_state as state;worktree-mutationpub use gix_worktree_stream as stream;worktree-stream
Modules§
- attributes
attributes - excludes
excludes - glob
excludesProvide globPatternsfor matching against paths or anything else. - ignore
excludesParse.gitignorefiles and provide utilities to match against them. - index
excludesFeature Flags - object
excludesThis crate provides types for read-only git objects backed by bytes provided in git’s serialization format as well as mutable versions of these. Both types of objects can be encoded. - open_
index index - pathspec
attributes - stack
excludes
Structs§
- A stand-in to a worktree as result of a worktree iteration.
- Stack
excludesA cache for efficiently executing operations on directories and files which are encountered in sorted order. That way, these operations can be re-used for subsequent invocations in the same directory.
Enums§
- A type to represent an index which either was loaded from disk as it was persisted there, or created on the fly in memory.
Type Aliases§
- Index
indexA lazily loaded and auto-updated worktree index.