When I run gitk --all I get a good summary of commits / branches / tags for the entire repo.
However, the way the branches are displayed is not always consistent, and it is also different from the method that Egit uses in the Eclipse history panel.
Is there a way to control column ordering for both / both of gitk and egit?
In particular, I would like to always have commits to control in the first (left) column.
(If possible, I would need to rotate 180 degrees of the nvie diagram, but just with a sequential order with the master on the left would be enough.)
I read that gitk accepts most of the git-log options, so I checked its man page, but couldn't figure out what (if any) options. (And if this is the correct route, how could I use these options?)
source share