FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.42k stars 637 forks source link

Dangling or missing ancestor view #1484

Open md1023 opened 3 years ago

md1023 commented 3 years ago

Please help, I can't figure why branch line goes down vertically and seemingly has no ancestor. I blame two recent merges where origins were merged into same branches and a commit that has merge message but has only one ancestor. I don't know how to fix those commits. Could anyone explain what happens in ungit and maybe how to fix it with git?

'Release' tag is set on master branch commit.

Screenshot_2021-06-01_10-09-53

wmertens commented 2 years ago

it's most likely another branch that is painted over the current one. When you hover over the line, I believe it will show you the endpoints. In my #1315 PR there's a lot of effort to avoid this situation.