mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
fix(Graph): end path for tree has no parent commits
This commit is contained in:
parent
515d28918d
commit
1896ae1daf
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ namespace SourceGit.Helpers {
|
||||||
if (!currentMap.ContainsKey(major.Next)) currentMap.Add(major.Next, major);
|
if (!currentMap.ContainsKey(major.Next)) currentMap.Add(major.Next, major);
|
||||||
} else {
|
} else {
|
||||||
major.Next = "ENDED";
|
major.Next = "ENDED";
|
||||||
|
ended.Add(l);
|
||||||
}
|
}
|
||||||
|
|
||||||
major.AddPoint(offsetX, offsetY);
|
major.AddPoint(offsetX, offsetY);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue