NirmalScaria / le-git-graph

Browser extension to add git graph to GitHub website.

Home Page:https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sometimes commit connections are not rendered correctly

NirmalScaria opened this issue · comments

Screenshot 2022-11-04 at 5 10 11 AM

When loading older commits, sometimes, the graph drawing algorithm fails to connect commit dots to their actual parent commits. For example, in the screenshot, the commits are suppose to be completely linear.

This particular issue is fixed with the commit. But the complexity of graph drawing algorithm is further affected adversely. Bug #3 (optimisation of the algorithm) will need to bee looked into soon.