I just shifted to new company which uses xp-dev for git.
I have been using gitlab, github and bitbucket, and network graph is quite obvious thing.
But I didn't find it in xp-dev.
Do they even have this thing?
They seem to only have the revision view you can see in Git Hosting at XP-Dev.com
In that case, your only recourse is to:
git log --color --date-order --graph --oneline --decorate --all
)