Skip to main content

worktree_changes

Function worktree_changes 

Source
pub fn worktree_changes(
    repo_root: impl AsRef<Path>,
    options: PorcelainOptions,
) -> Result<Vec<WorktreeChange>, GitError>
Expand description

Run porcelain status at repo_root and return all changes.

ยงErrors

GitError per the contract in plan.md.