pub fn git_diff(base: &str, head: &str) -> Result<Vec<FileDiff>, CovyError>
Parse git diff output to extract changed files and line numbers.