We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed294d8 commit eb34057Copy full SHA for eb34057
asyncgit/src/sync/blame.rs
@@ -76,7 +76,7 @@ pub fn blame_file(
76
77
let outcome = gix_blame::file(
78
&repo.objects,
79
- tip.into(),
+ tip,
80
cache,
81
&mut resource_cache,
82
file_path.into(),
0 commit comments