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 8bdb82b commit c444da7Copy full SHA for c444da7
gitoxide-core/src/repository/blame.rs
@@ -16,7 +16,7 @@ pub fn blame_file(repo: gix::Repository, file: &OsStr, out: impl std::io::Write)
16
&mut resource_cache,
17
suspect.id,
18
work_dir.clone(),
19
- &file_path,
+ file_path,
20
)
21
.expect("TODO");
22
0 commit comments