When doing gitk --all
I get a nice summary of commits/branches/tags across a whole repo.
However, the way the branches are displayed is not always consistent, and it is also different to the method Egit uses in Eclipse's History pane.
Is there a way to control the ordering of the columns for either/both of gitk and egit?
Specifically, I would like to always have commits to master in the first (left-most) column.
(If possible, I'd like a 180 rotation of the nvie model's diagram, but simply having a consistent order with master on the left would be good enough.)
I read that gitk accepts most of the git-log parameters, so I've checked its man page but couldn't figure out what (if any) of the options do this. (And if that is the right route, how would I get egit to use those options?)