pub fn run_worktree_list(
repo: &Path,
caps: &GitCapabilities,
) -> Result<Vec<WorktreeHandle>, WorktreeError>Expand description
Run git worktree list --porcelain [-z] and parse the output.
pub fn run_worktree_list(
repo: &Path,
caps: &GitCapabilities,
) -> Result<Vec<WorktreeHandle>, WorktreeError>Run git worktree list --porcelain [-z] and parse the output.