Structs§
- Repository
Context - Shared repository context that accounts for git worktrees.
- Worktree
Info - Information about a single git worktree.
Functions§
- discover
- Discover repository context starting from a given directory.
- discover_
from_ cwd - Discover repository context from the current working directory.
- discover_
with_ worktree - Build a
RepositoryContextwith an explicit worktree selection. - list_
worktrees - List all worktrees for the repository containing
start_dir. - resolve_
worktree - Resolve a worktree selection by name or path against the repository.