We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19051cf commit ecb7932Copy full SHA for ecb7932
asyncgit/src/sync/commit_files.rs
@@ -85,7 +85,6 @@ pub fn get_compare_commits_diff(
85
if let Some(p) = &pathspec {
86
opts.pathspec(p.clone());
87
}
88
- opts.show_binary(true);
89
90
let diff = repo.diff_tree_to_tree(
91
Some(&trees.0),
0 commit comments