pub fn is_binary_file(line: &str) -> boolExpand description
Detects if a line indicates a binary file in the diff.
Binary files are marked with lines like:
- “Binary files a/foo.png and b/foo.png differ”
- “Binary files /dev/null and b/foo.png differ”
Requirements: 4.1