Skip to content

Commit 82c52ce

Browse files
author
Stephan Dilly
committed
todo
1 parent 3b1a004 commit 82c52ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asyncgit/src/sync/blame.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pub enum BlameAt {
5050
pub fn blame_file(
5151
repo_path: &str,
5252
file_path: &str,
53+
//TODO: remove until we actually use this on specific commits, right now not even the unittests cover this
5354
blame_at: &BlameAt,
5455
) -> Result<FileBlame> {
5556
let repo = utils::repo(repo_path)?;

0 commit comments

Comments
 (0)