-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
I wonder if there is a possibility to have more control in the placement of commit nodes. For an example please have a look at one of your images:
The two graphs in the bottom line are ment to clarify the difference between merge dev->master and merge master->dev. While the graphs are correct, the bottom-right graph would be more intuitive, if commit F' would be aligned right to E (and not to D).
Well, even if you don't agree with my opinion: Is it possible to generate the graph like this?
A <- B <- D <- master
\ \
C <- E <- F' <- dev
