pub fn run_git_diff( git_ref: &str, files: &[PathBuf], format: Option<Format>, color: bool, ) -> Result<bool>
Run sentence-level diff against a git ref for one or more files.