I’ve released version 58b87fe9 of git-wtf, available here: http://git-wt-commit.rubyforge.org/git-wtf
This version contains a fairly major change: branches on origin are treated as
equal to local branches, and branches that are remote-only are denoted with {
}. So now there are three possible symbols: ( ) for local-only, { } for
remote-only, and [ ] for branches that appear on both origin and your local
repo.
The motivation was dealing with the fact that Sup has very many feature branches going at once, but I work on it on several different computers and typically only have a subset of them checked out. I didn’t want anyone to be left out….
I also fixed a few minor things like removing the restriction that version branches be local branches.