Just testing the waters on this one but, one thing that I'm missing from all of the more 'advanced' clients is essentially git log --graph.
This would just display all branches in one history view, with a nice little DAG graph showing how the repo fits together.
Pretty much like this:

(Taken from Stack Overfloew: http://stackoverflow.com/a/9074343)

(SourceTree)
Just testing the waters on this one but, one thing that I'm missing from all of the more 'advanced' clients is essentially
git log --graph.This would just display all branches in one history view, with a nice little DAG graph showing how the repo fits together.
Pretty much like this:

(Taken from Stack Overfloew: http://stackoverflow.com/a/9074343)
(SourceTree)