Ask HN: What information around commits and code would be useful?
When I say commit level data, I am referring to things like identifying if someone is thrashing on a piece of code (writing a lot of lines and rewriting them right away), identifying commits that have touched really old code (probably want to check for regression defects), identifying huge pull requests (hard to review), etc. Here are a couple samples -> http://cl.ly/image/1e1d2b0a0f0m http://cl.ly/image/0F2X2u1A3R2w
I was wondering if people had other thoughts around what might be useful information to extract. What might you want to know about your team based on their git activity?
Thanks!