Skip to main content

working_tree_status

Function working_tree_status 

Source
pub fn working_tree_status(
    repo_path: &Path,
    focus_paths: &[PathBuf],
) -> Result<Vec<PathBuf>, GitError>
Expand description

Returns the set of paths that Git currently considers dirty.