get_uncommitted_changes

Function get_uncommitted_changes 

Source
pub fn get_uncommitted_changes(
    repo_path: &Path,
) -> Result<Vec<ChangedFile>, GitError>
Expand description

Get list of uncommitted changed files (staged and unstaged)