Please add options for displaying history graph by categories.
I.e. I would like to specify at the Tools->Options some branch categories (i.e. feature branches, develop branch, release candidate branches, release and hotfixes branches) and the naming rules for these categories (i.e. feature branches are started with 'FTR*', release candidates are started with 'RC*' and so on) and the I want the history graph to be displayed as:
- commits at 'feature branches' at the very left
- commits at 'developer branch' next after 'feature branches'
- commits at 'rc branches' next after 'developer branch'
- and so on...
So all time the graph will be shown similar as on https://i.stack.imgur.com/vPiEW.png. This will make commits reading much more clear and easy.