pub fn format_diff_path_with_prefix(
prefix: &str,
path: &str,
quote_fully: bool,
) -> StringExpand description
Format one side of a diff --git / --- / +++ line: either prefix/path or
"prefix<escaped-path>" when Git would C-quote the path (see t3300-funny-names).