From 82c52cec37afe24913fdac680d345804b593f4e9 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 24 Apr 2021 15:28:16 +0200 Subject: [PATCH] todo --- asyncgit/src/sync/blame.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/asyncgit/src/sync/blame.rs b/asyncgit/src/sync/blame.rs index 8e06e571..d392b93c 100644 --- a/asyncgit/src/sync/blame.rs +++ b/asyncgit/src/sync/blame.rs @@ -50,6 +50,7 @@ pub enum BlameAt { pub fn blame_file( repo_path: &str, file_path: &str, + //TODO: remove until we actually use this on specific commits, right now not even the unittests cover this blame_at: &BlameAt, ) -> Result { let repo = utils::repo(repo_path)?;