pub fn prune_repo_with(
repo_path: &Path,
opts: &PruneOptions,
) -> Vec<PruneResult>Expand description
Prune a repository under a full set of PruneOptions.
This is the single implementation; prune_repo and prune_repo_selected are
thin wrappers for the two common shapes.