get_changed_files

Function get_changed_files 

Source
pub fn get_changed_files<P: AsRef<Path>>(
    repo_path: P,
    from: &str,
    to: &str,
) -> Result<Vec<PathBuf>>
Expand description

Get the list of files changed between two git references