pub fn git_blame_file( repo_path: String, file_path: String, ) -> Result<Vec<BlameLineInfo>, GitError>