Module worktree

Module worktree 

Source
Expand description

Re-exports§

pub use gix_archive as archive;worktree-archive
pub use gix_worktree_state as state;worktree-mutation
pub use gix_worktree_stream as stream;worktree-stream

Modules§

attributesattributes
excludesexcludes
globexcludes
Provide glob Patterns for matching against paths or anything else.
ignoreexcludes
Parse .gitignore files and provide utilities to match against them.
indexexcludes
Feature Flags
objectexcludes
This 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_indexindex
pathspecattributes
proxy
stackexcludes

Structs§

Proxy
A stand-in to a worktree as result of a worktree iteration.
Stackexcludes
A 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§

IndexPersistedOrInMemoryindex
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§

Indexindex
A lazily loaded and auto-updated worktree index.