I’ve released a version dd706855 of git-wtf, available here: http://git-wt-commit.rubyforge.org/git-wtf
I’ve tweaked the output format so that branches that don’t exist
on the remote server are displayed with ()‘s and those that do
with []’s, and ~ is the new symbol for a merge that only occurs
on the local side.
I think this produces a better display; lots more information per line of ourput.
I’ve also added a couple random options which you can discover by reading the source. :)
The big next step I’d like to take with this thing is to support multiple remote repos better. Currently it’s kinda specific to your origin repo.