pub fn parse_unified_diff(text: &str) -> Vec<FileDiff>
Parse git diff unified output (with --find-renames) into typed files.
git diff
--find-renames