Hi, On Wed, 5 Jun 2019, Nickolai Belakovski wrote: > On Thu, May 30, 2019 at 5:20 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > > > * nb/branch-show-other-worktrees-head (2019-05-07) 3 commits > > - branch: add worktree info on verbose output > > - branch: update output to include worktree info > > - ref-filter: add worktreepath atom > > > > "git branch --list" learned to show branches that are checked out > > in other worktrees connected to the same repository prefixed with > > '+', similar to the way the currently checked out branch is shown > > with '*' in front. > > > > I see that this has been in 'pu' for some time now. Is there something > holding it up from going into 'next'? If all that is needed is a vote in favor of this feature: Here is my "yay!". I am a heavy user of worktrees, and this strikes me as something I want to see in the output of `git branch --list`. Thanks, Johannes