seems useless, lets remove

This commit is contained in:
extrawurst 2023-09-04 09:46:08 +02:00
parent 19051cfec0
commit ecb793206d

View file

@ -85,7 +85,6 @@ pub fn get_compare_commits_diff(
if let Some(p) = &pathspec {
opts.pathspec(p.clone());
}
opts.show_binary(true);
let diff = repo.diff_tree_to_tree(
Some(&trees.0),