NirmalScaria / le-git-graph

Browser extension to add git graph to GitHub website.
https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff
MIT License
3.48k stars 18 forks source link

Sometimes commit connections are not rendered correctly #7

Closed NirmalScaria closed 1 year ago

NirmalScaria commented 1 year ago
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.

NirmalScaria commented 1 year ago

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.