Open imjasonh opened 7 years ago
Run git blame for every file in every commit, track how much of the repo was written by each user at each commit in the history.
git blame
There's probably all kinds of easier ways to do this, probably even some hacky one-liner if I actually knew Git commands well enough.
Kind of similar: https://github.com/src-d/hercules
This graphs decay of old lines while the repo grows, but not breaking out by contributor.
Run
git blame
for every file in every commit, track how much of the repo was written by each user at each commit in the history.There's probably all kinds of easier ways to do this, probably even some hacky one-liner if I actually knew Git commands well enough.