mlange-42 / git-graph

Command line tool to show clear git graphs arranged for your branching model
MIT License
517 stars 20 forks source link

Respect source and target branches when assigning branch columns #38

Closed mlange-42 closed 3 years ago

mlange-42 commented 3 years ago

The aim is to e.g. have feature branches that deviate from and merge into other feature branches further right than feature branches that merge into master or develop.

Removed FCFS ordering.

Code simplifications, re-ordering in conditions to avoid unnecessary RegEx matching

Fixes #8.