Not always showing branch parent connection
Branches stacked on top of other branches do not show a line connecting them to their parent.
This is OK most of the time, but if the child branch diverges to the side after a merge you would think the branch is a child only of one of the merge parents.
This is what the repo looks like in git graph:
And this is in GitLG. Note the missing line making it appear as if the yellow branch is not a merge at all and has been divergent for a while.
How does this look if you run git log --graph --oneline ?
Might have been fixed with release a few months ago. Either way, tried but can't reproduce, need a public repo for this where the issue is visible.
Sorry, the repo this example came from is private and has been rebased since so the condition doesn't exist anymore. Should have kept a copy to confirm.
sure, I understand. pls make sure to share it if you encounter it again :)