On Wed, Mar 20, 2024 at 07:38:57AM -0700, Junio C Hamano wrote: > > I think the only thing it wouldn't do is show worktrees that are > > detached from any branch at all. I'm not sure if that's important to > > your workflow or not. > > If such a mode in "git branch --list" were written, I would imagine > that the output from such a mode will include detached HEAD from > other worktrees as well. Perhaps something like this? Good point. I was thinking it only iterated on refs, but of course we already show a detached HEAD in the main worktree. -Peff