imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Visualize contribution to a file/directory/repo over time #58

Open imjasonh opened 7 years ago

imjasonh commented 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.

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.

imjasonh commented 7 years ago

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.