mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 05:10:25 +08:00
fix(Graph): end path for tree has no parent commits
This commit is contained in:
@@ -186,6 +186,7 @@ namespace SourceGit.Helpers {
|
||||
if (!currentMap.ContainsKey(major.Next)) currentMap.Add(major.Next, major);
|
||||
} else {
|
||||
major.Next = "ENDED";
|
||||
ended.Add(l);
|
||||
}
|
||||
|
||||
major.AddPoint(offsetX, offsetY);
|
||||
|
||||
Reference in New Issue
Block a user