Skip to main content

get_changed_files

Function get_changed_files 

Source
pub fn get_changed_files(
    merge_base: &str,
    head: &str,
    branch: &str,
) -> Result<Vec<String>, Box<dyn Error>>
Expand description

Get files changed in both branches relative to their merge base.