Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not always showing branch parent connection #129

Open
Chrismettal opened this issue Dec 5, 2024 · 1 comment
Open

Not always showing branch parent connection #129

Chrismettal opened this issue Dec 5, 2024 · 1 comment

Comments

@Chrismettal
Copy link

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:

GitGraph

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.

GitLG

@hansu
Copy link

hansu commented Jan 2, 2025

How does this look if you run git log --graph --oneline ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants