mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08: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…
Reference in a new issue