mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
seems useless, lets remove
This commit is contained in:
parent
19051cfec0
commit
ecb793206d
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ pub fn get_compare_commits_diff(
|
||||||
if let Some(p) = &pathspec {
|
if let Some(p) = &pathspec {
|
||||||
opts.pathspec(p.clone());
|
opts.pathspec(p.clone());
|
||||||
}
|
}
|
||||||
opts.show_binary(true);
|
|
||||||
|
|
||||||
let diff = repo.diff_tree_to_tree(
|
let diff = repo.diff_tree_to_tree(
|
||||||
Some(&trees.0),
|
Some(&trees.0),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue