pub fn blame_with_ui(
repo: &Repository,
user_to_blame: Option<String>,
files: &mut Vec<SearchResult>,
) -> Vec<BlameFileResult>
Expand description
Performs the blame
process but with visual feedback
Uses the a default progress UI component.