Skip to main content

diff_worktree_status

Function diff_worktree_status 

Source
pub fn diff_worktree_status(
    status: &WorktreeStatus,
    options: &DiffOptions,
    repo: Option<&Repository>,
    detect_renames: bool,
) -> Result<DiffReport>
Expand description

Compute a HEAD-vs-worktree report from an existing status scan.