On Sun, Oct 27, 2024 at 11:07:07PM +0100, Bence Ferdinandy wrote: > >> I'd probably call the flag something like "--current", "--current-only" rather > >> than "--is-head" though. "--is-head" sounds as if it would filter --list but > >> not necessarily end up with a single entry. > > > > Yeah, I think --current would be fine. > > I was looking through git branch and there is a --show-current option. I was > wondering, would it not be better to teach --show-current to also obey > --format? It would avoid having a "--current" that only works with "--list" > besides having a "--show-current". Yeah, that's perfect. I had almost suggested "--list-head" originally, but I didn't want to introduce yet another major-mode to git-branch. But if we already have it, that's not a problem. :) And the patch should be quite short, I'd think. -Peff