pub fn generate_untracked_diff(paths: &[String]) -> (String, Vec<String>)Expand description
Generate synthetic unified diff text for untracked files.
Returns (diff_text, binary_untracked_paths): the unified diff string for
text files, and a list of paths that were detected as binary.