aspiers / git-deps

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

graph: add node sizing by diffstat #9

Open aspiers opened 9 years ago

aspiers commented 9 years ago

Hmm. The design is harder than the implementation here... how should we calculate the scaling factor for any commit? If we start off with only small commits, should the scaling highlight minor variances in size? And then if we discover a whopper, should the scale automatically recalibrate to keep the maximum node size capped?