pub fn print_git_import_stats_summary(
ui: &Ui,
stats: &GitImportStats,
) -> Result<(), CommandError>Expand description
Prints only the summary of git import stats (abandoned count, failed refs). Use this when a WorkspaceCommandTransaction is not available.