Skip to main content

git_diff

Function git_diff 

Source
pub fn git_diff(base: &str, head: &str) -> Result<Vec<FileDiff>, CovyError>
Expand description

Parse git diff output to extract changed files and line numbers.