datactive / bigbang

Scientific analysis of collaborative communities
http://datactive.github.io/bigbang/
MIT License
149 stars 52 forks source link

File to File Graph From Git Commits #177

Open falahat opened 9 years ago

falahat commented 9 years ago

Let's connect each file so that two files have a common edge if the same committer has worked on both of them.

Edge weight is actually a little more complicated. The way we calculate edge weight depends on what kind of question we are asking. This week I'll make these questions more precise.

Generally, we want to see the social dependencies between these two different files. Basically, which files have the same people working on them.

falahat commented 9 years ago

I wrote something similar in #209, except it was repo->repo. However, the logic is exactly identical. It can be found in the MultiGitRepos notebook.