aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
298 stars 47 forks source link

graph: highlight commits/dependencies on mouseover #35

Open aspiers opened 9 years ago

aspiers commented 9 years ago

When hovering over a commit, all dependent and depending commits should be highlighted, and also the corresponding arrows between them. Similarly when hovering over a line, all dependent and depending commits should be highlighted.

Highlighting could be achieved simply by increasing the border / line thickness.

aspiers commented 9 years ago

299ec203d introduced highlighting of parents and children.