pub fn parse_worktree_porcelain(out: &str) -> Vec<WorktreeEntry>Expand description
Parses git worktree list --porcelain into entries.
Pure over the git output: a new entry starts at each worktree line; the
HEAD/detached/locked lines leave branch as None. Tolerant — unknown
or blank lines are ignored, never panics.