On Wed, Mar 20, 2024 at 3:24 PM Rubén Justo <rjusto@xxxxxxxxx> wrote: > "git branch --list" has a much richer machinery than "git worktree list". > Perhaps the display machinery of both commands can converge in some way. I have no concrete suggestions for such, but I will note that there is a `git for-each-ref` plumbing command for refs, but no `git for-each-worktree` plumbing command for worktrees. Given the relationship here (each worktree has a worktree-specific set of refs), perhaps that's a point of leverage, as it were? Chris