Skip to main content

Module worktree

Module worktree 

Source
Expand description

Working directory management.

Re-exports§

pub use worktree_ignore::WorktreeIgnoreMatcher;
pub use worktree_ignore::build_worktree_ignore;
pub use worktree_ignore::should_ignore;

Modules§

worktree_ignore
Ignore pattern helpers for worktree operations.

Structs§

WorktreeChange
A change in the worktree.
WorktreeStatus
Worktree status summary.

Enums§

DiffLine
A line in a diff.
FileStatus
Status of a file in the worktree.

Functions§

compare_worktree
Compare worktree against a tree.
diff_blobs
Compute a simple diff between two blobs.