Skip to main content

diff_files

Function diff_files 

Source
pub fn diff_files(
    base_ref: &str,
    target_ref: &str,
) -> Result<Vec<String>, Box<dyn Error>>
Expand description

Get files changed between two refs.