aspiers / git-deps

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

disconnected subgraphs get tangled #36

Open aspiers opened 9 years ago

aspiers commented 9 years ago

The dagre layout doesn't work well with disconnected subgraphs - the subgraphs often get tangled producing bad results. It might be better to keep track of the subgraphs and then build constraints accordingly.