Module gix_worktree::status
source · Expand description
Changes between an index and a worktree.
Modules
Structs
- Options that control how the index status with a worktree is computed.
- Convenience implementation of
VisitEntry
that collects all non-trivial changes into aVec
.
Enums
- How an index entry needs to be changed to obtain the destination worktree state, i.e.
entry.apply(this_change) == worktree-entry
. - The error returned by
status()
.
Traits
- Observe changes by comparing an index entry to the worktree or another index.