Which is why I always make sure to show that graph to co-workers new to git (we have a lot of code still on svn):
git log --graph --oneline --decorate --all -100
I keep it as an alias, but it is annoying that seeing the whole structure is so hidden away.
Isn't this the same graph, that every Git GUI program shows?